Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing/Setting Up C++ version using pip. #15

Closed
JohnDLee opened this issue Nov 1, 2022 · 1 comment · Fixed by #31
Closed

Installing/Setting Up C++ version using pip. #15

JohnDLee opened this issue Nov 1, 2022 · 1 comment · Fixed by #31

Comments

@JohnDLee
Copy link

JohnDLee commented Nov 1, 2022

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.

Screen Shot 2022-11-01 at 2 47 00 PM (1)

@mrp089
Copy link
Member

mrp089 commented Aug 15, 2023

Addressed in #31

@menon-karthik menon-karthik linked a pull request Aug 30, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants