hplgit/odespy

ModuleNotFoundError: No module named 'solvers'

Felimatus opened this issue · 3 comments

Hello all!

After installing Odespy manually with the commands "python setup.py install" and "python3 setup.py install", I always receive the message on the subject "ModuleNotFoundError: No module named 'solvers'" when trying to import Odespy using Python3.
Any ideas how could this be possibly solved? (I do not have Anaconda.)

I meet the same problem in Anaconda. Any solution? Thanks a lot.

Hello all!

After installing Odespy manually with the commands "python setup.py install" and "python3 setup.py install", I always receive the message on the subject "ModuleNotFoundError: No module named 'solvers'" when trying to import Odespy using Python3. Any ideas how could this be possibly solved? (I do not have Anaconda.)

You can execute the python setup.py install in the next level directory, there's another setup.py file in the directory.

Why is solvers already in Lib but can't be imported