You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert using a special RPyC distribution, now explicitly using upstream.
Upgrade to RPyC 4.1.0.
Hide rpyc behind a special ghpythonremote import. rpyc.utils functions deliver and obtain are available as ghpythonremote.deliver and ghpythonremote.obtain; rpyc should be imported with from ghpythonremote import rpyc if ever needed.
Expand the environment path in CPython subprocess, trying to match what conda would do, helping Numpy finds its DLLs.
Fix
Repair pip install command on recent pip with pip.main deprecated.
Repair incompatibilities with IronPython 2.7.0.
Repair incompatibilities with RPyC 4.1.0, using monkey-patched compatibilty fixes for IronPython.