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 just made he following changes and it worked like a charm!
Edit file distutils.cfg present in locations:
Modify content of distutils.cfg to :
[build]
compiler=g++
[build_ext]
compiler=g++
P.S. Probably changing only in 2nd location should also do.
P.P.S Make sure gcc is installed and is in PATH. For me , TDM-GCC-64 was installed