-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PyDSTool doesn't fully run on Windows 10 with 64 bits #160
Comments
Thanks. I've fixed most of the easy issues with the examples in my |
I'll follow up when I get on my Windows machine, but I'm not sure anything will have changed since the same issue came up several years ago. Basically, windows binaries for python and other libraries are compiled using MSVC, which is not compatible to link with I'd heard that changing the default compiler with
in your python installation's If not, you'll probably have to either build your whole stack from source using |
Thanks for looking into reported issues. I've already switched to Linux and installed PyDSTool. This went relatively smoothly. Then I ran several examples including those which call Dopri/Radau and AUTO. There were few errors thrown when running examples which called PyCont. I want to write a separate issue with details of tests which failed. I was also able to use PyDSTool (in Linux) for my project for which I needed to calculate a Phase Response Curve. I'll be waiting for results of your running the tool in Windows environment. Until then I'll probably continue further exploring PyDSTool in Linux environment. Thanks again. |
Hello
I installed PyDSTool on Windows 10 with 64 bits.
I have Anaconda3/64-bit and Python 3.7.
PyDSTool installation was done using pip:
pip install git+https://github.com/robclewley/pydstool.git
Before installing PyDSTool, I installed SWIG and C and Fortran compilers using conda:
conda install -c anaconda swig
conda install -c conda-forge c-compiler
conda install -c conda-forge clang
conda install -c conda-forge python-clang
conda install -c msys2 m2w64-gcc-objc
conda install -c conda-forge fortran-compiler
I ran the following subset of “all” tests to do initial check of PyDSTool:
Basic PyDSTool modules
Map generators
ODE integration with vode, no external compiler needed
Parameter estimation module
Parameter estimation, requires external C compiler
Symbolic differentiation module
Continuation; no external compilers needed
The following tests failed:
Basic PyDSTool modules:
ODE integration with vode, no external compiler needed
Parameter estimation, requires external C compiler
Continuation; no external compilers needed
Note that tests PyCont_ABCReaction.py and PyCont_Hopfield.py sometimes fail and sometimes don't. They didn't fail after computer reboot.
Attached file contains more details on error messages for each test.
PyDSTool_issues_v2.docx
The text was updated successfully, but these errors were encountered: