Hi everyone,
I’m using Rhino version 8.16.25042.13001 with Python 3. I only installed two additional libraries: numpy and matplotlib.
I was fixing a legacy code that was passed down from my colleagues. But my Grasshopper crashed. I have tried the following steps to resolve the issue:
- Removed this folder C:\Users\MATIN.rhinocode\py39-rh8\site-envs\default_askjdhei
- Renamed the folder to default
- Uninstalled Rhino using Revo Uninstaller.
- Deleted all folders related to Rhino.
- Reinstalled Rhino.
Despite these steps, I’m still facing problems. I have attached the .gh
file of the plugin (little side project), the file contains all the code I’m using to develop the plugin—nothing external to the code inside the GHA file.
Below is a snippet of the code we used to use to load matplotlib that might be the reason why.
# requirements: matplotlib
import locale
locale.setlocale(locale.LC_ALL, "en-US")
The error I’m getting is:
Error running script (ExecuteException): Environment "default" is corrupted due to a possible package installation failure
Now, no Python code runs, even after reinstalling Rhino. I’ve also included the crash dump and the recovery file. I’m not sure what the problem is, so please only open the files if you’re confident about the potential fix.
Any help or guidance would be greatly appreciated!
Thanks in advance.
Feel free to adjust any details as needed before posting.
RhinoCrashDump.gh (132.9 KB)
back gh2.gh (136.7 KB)