I am trying to run some code with Python 3.5 on Windows 10 with the use of cygwin (mingw). To be precise I am using the PyDSTool module, where I call the dopri integrator. T
I made the following changes and it worked for me with the following configurations.
I did the following
C:\mingw-w64\x86_64-7.1.0-posix-seh-rt_v5-rev0\mingw64\bin for me)gcc works ( I have no other compilers)distutils.cfg in C:\Python36\Lib\distutilsAdd lines in that file:
[build]
compiler = mingw32
Manually applying this patch
vcruntime140.dll and putting it in C:\Python36\libs