Pierre Cuvilliers
Pierre Cuvilliers
More likely, if conda was not added to the windows path during installation.
Hi, Function is a class defined in the top level module `sympy`. To use it in your script, you either need to do `Function = sp.Function`, then use the name...
That looks like a mismatch between what IronPython thinks is a string (unicode) and what Cpython 2 does (bytes). The `'q'` string is local to IronPython, so is unicode, and...
Hi, this seems to be working here, I have also tested using basic functions from these packages. Do you have something else running in your script? Are you successfully connected...
Hi @Supermonkey-design , I can't tell what is going wrong from the error message you sent. Can you run the command `C:\Users\PREDATOR\anaconda3\envs\rhinoremote\python.exe -m pip install --upgrade --target=C:\Users\PREDATOR\AppData\Roaming\McNeel\Rhinoceros\7.0\Plug-ins\IronPython (814d908a-e25c-493d-97e9-ee3861957f49)\settings\lib --no-compile --ignore-requires-python...
Sorry I forgot to escape paths when pasting the command. Can you try this instead: `C:\Users\PREDATOR\anaconda3\envs\rhinoremote\python.exe -m pip install --upgrade --target="C:\Users\PREDATOR\AppData\Roaming\McNeel\Rhinoceros\7.0\Plug-ins\IronPython (814d908a-e25c-493d-97e9-ee3861957f49)\settings\lib" --no-compile --ignore-requires-python gh-python-remote`, and report back? Thanks.
The latest update to plumbum (a dependency of the gh-python-remote package) dropped support for Python 2. I'll update the installation files here later this week so the correct version gets...
Hi @r-yu52, sorry it's been a while since you asked for help on this but I've been doing some cleaning around here and just looked at it again today. From...