Messed up my settings & Can't import some python packages anymore

So I messed up something & I am unable to import python packages, specifically pandas and numpy in the script editor in grasshopper. I get the following error:

Traceback (most recent call last):
File “rhinocode:///grasshopper/1/a8d2e4aa-5f59-4256-95e8-14d1b37004dc/ad79c8b4-cd9e-460c-8c40-7d08ddb0a2c3”, line 1, in
File “C:\Users\shrey.rhinocode\py39-rh8\site-envs\default-0HP64YNb\pandas_init_.py”, line 47, in
raise ImportError(
ImportError: Unable to import required dependencies:
numpy: Error importing numpy: you should not try to import numpy from
its source directory; please exit the numpy source tree, and relaunch
your python interpreter from there.

Any recommendations to fix this?

sort of fixed it, I just reset python3 runtime.

3 Likes

How did you fix it, just tried to install scipy and broke numpy