Ask Your Question

OKO's profile - activity

2023-05-26 07:56:30 -0500 received badge  Editor (source)
2023-05-17 01:33:25 -0500 received badge  Notable Question (source)
2023-05-17 01:33:25 -0500 received badge  Famous Question (source)
2023-05-16 14:01:36 -0500 received badge  Popular Question (source)
2023-05-16 02:40:14 -0500 asked a question 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.

2023-05-16 02:32:26 -0500 asked a question ModuleNotFoundError: No module named 'pandas'

When I try to run a python script in PSS@E 35 I get the error message " ModuleNotFoundError: No module named 'pandas' ". I have downloaded the pandas packaged through anacond and are able to run pandas in the spyder IDE, but when i try to drag an drop the same file in the PSSE software i get ModuleNotFoundError. Anyone have a clue what the problem might be