I want to install the SimPy module but when I import it into Atom and/or Jupyter Notebook/Lab it says its not found. When I dod pip list
it says that it has been installed. I tried installing via conda install
command but it won't install.
Error Message:
Traceback (most recent call last):
File "file.py", line 7, in <module>
import simpy
ModuleNotFoundError: No module named 'simpy'
[Finished in 1.065s]
Suggestions?