Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

ModuleNotFoundError: No module named 'pandas'

I'm trying to run a python script in PSS@E 35, but when I try to run it I get this message: "ModuleNotFoundError: No module named 'pandas' ". I have installed the pandas package through anacond and are able to run the script in spyder IDE, but when I try to run the same script in the PSSE software it seems it can't find the pandas package. Anyone have any idea what I'm might be doing wrong?

ModuleNotFoundError: No module named 'pandas'

I'm trying to run a python script in PSS@E 35, but when I try to run it I get this message: "ModuleNotFoundError: No module named 'pandas' ". I have installed the pandas package through anacond and are able to run the script in spyder IDE, but when I try to run the same script in the PSSE software it seems it can't find the pandas package. Anyone have any idea what I'm might be doing wrong?

Edit: Found out the problem. Had download Python twice, once through Anaconda and once through the PSSE installation process. Had "pip installed" the pandas only throught the Python that was install through Anaconda, which was not connected with PSSE. So just had to find the Python version that was connected to PSSE and install pandas there and then it worked.