I am getting the below error when attempting import simpy
ImportError: No module named simpy
I've installed simpy and updated it via cmd and it appears to be in a folder structure that is defined in my PATH under environment variables.
Here is my PATH: ;C:\Users\afarmand\AppData\Local\Continuum\Anaconda2 ;C:\Users\afarmand\AppData\Local\Continuum\Anaconda2\Scripts ;C:\Users\afarmand\AppData\Local\Continuum\Anaconda2\Library\bin ;C:\Users\afarmand\AppData\Local\Continuum\Anaconda ;C:\Users\afarmand\AppData\Local\Continuum\Anaconda\Scripts ;C:\Python34
I'm using jupyter anaconda to run python, and I don't get this error when import pandas or import random, only import simpy.
I am new to Python (just starting to learn it specifically so I can use Simpy), so I assume I am doing something incorrectly and may be due to my path environment variables or where I have installed simpy.
It appears most of the issues posted online are related to issues with the actual program itself, so I apologize for having a low maintenance problem. But, I have no other avenue for assistance, so any help is appreciated!