ValueError: Unknown MS Compiler version 1900

后端 未结 6 1090
日久生厌
日久生厌 2020-11-28 07:08

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

6条回答
  •  难免孤独
    2020-11-28 07:39

    Details in link helped me resolve this like a charm.

    Just commented get_msvcr() in cygwinccompiler.py.

    (remember to comment the else also)

提交回复
热议问题