odespy icon indicating copy to clipboard operation
odespy copied to clipboard

ModuleNotFoundError: No module named 'solvers'

Open Felimatus opened this issue 5 years ago • 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.)

Felimatus avatar Jun 03 '20 20:06 Felimatus

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

YunguiLi avatar Sep 29 '20 19:09 YunguiLi

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.

YzeeTraveller avatar Sep 26 '23 13:09 YzeeTraveller

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

wzt3g avatar Mar 27 '24 01:03 wzt3g