GHPython-Remote

Working_Weatherfile.gh (19.9 KB)


Hey everyone,

I’m trying to get GHpython remote to work and I works with scipy and numpy, but I’m having trouble with matplotlib which I don’t understand. Hope you have an idea. Thanks in advance.

Hi @Magnus_Rathenborg ,

This likely means that you have not installed matplotlib in the rhinoremote environment. Try these commands from the command line:

conda activate rhinoremote
conda install matplotlib
1 Like