1

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?

Tom Curran
  • 11
  • 1

1 Answers1

0

Solution:

download the files and follow the manual (non cli) method of installation.

Tom Curran
  • 11
  • 1