is there anyone who can install gh remote Pythob and succeed and can share the steps that I can follow, because I have followed the readme but failed
Duplicate Thread
The installation process now works with Rhino 6, and modern pip versions.
Quick installation commands, to run from your preferred Python virtual environment:
pip install gh-python-remote --upgrade --no-binary=:all:python -m ghpythonremote._configure_ironpython_installation
If you are upgrading from a previous version, you should:
- Update pip to the current version, the package is now compatible with it
- In your grasshopper definitions, update the gh-python-remote user module to the new one, and use the new example files
- If your were using
obtain
anddeliver
in your scripts, change referencesrpyc.utils.classic.obtain
andrpyc.utils.classic.deliver
toghpythonremote.obtain
andghpythonremote.deliver
. Also changeimport rpyc
tofrom ghpythonremote import rpyc
.
Source:https: //www.food4rhino.com/app/gh-python-remote
thank you sir i will try it