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
When installing the C++ Release, the python environment must be set up correctly (python path points to expected instance of python).
Inside svZeroDPlus, pip install . will not be able to detect the release. You must use pip install -e . to install. If you encounter an error that "setup.py" is needed (shown below), then run pip install --upgrade pip to upgrade pip and try again.
The text was updated successfully, but these errors were encountered:
When installing the C++ Release, the python environment must be set up correctly (python path points to expected instance of python).
Inside svZeroDPlus,
pip install .
will not be able to detect the release. You must usepip install -e .
to install. If you encounter an error that "setup.py" is needed (shown below), then runpip install --upgrade pip
to upgrade pip and try again.The text was updated successfully, but these errors were encountered: