I am trying to install the SimPy module so that I can use it in IDLE. However, everytime I try to import in IDLE, I got an error. I already tried reinstalling Python and Pip
Wherever you're running your code, try this
import sys sys.path sys.executable
It might be possible you're running python in different environment and the module is installed in different environment.