created virtual environment ghenv and installed python 2.7.17
installed ghpython through pip following instructions
opened examples
get this error message
any suggestions?
Goal here is to utilize as many python libraries as possible, and even develope directly in spyder and import code over. Short of learning C# this seems the best way to develope apps, no?
Thanks.
I remember facing similar problem before, what is the locatiom you input ? and also i think you need to make sure that this version of python is installed in your path in the control panel, also anaconda
FIXED: Inside the example Ghpython-Remote script there is a panel “location.” I added the location to my conda remote instance with python 2.7.17 and it worked fine.
NEW PROBLEM:
Under the modules panel, stock they have: numpy, scipy, numpy.linalg.
these all work great. Problem is when I try to add one such as matplotlib, does not work…
You give it a try? Real question actually: I use anaconda/spyder, can I remote visualize 3d geometry with that? Anyway to ‘compete’ with a CAD platform like Rhino? I want to do all sorts of surface manipulations and such.