You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
The text was updated successfully, but these errors were encountered:
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.
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.)
The text was updated successfully, but these errors were encountered: