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

Error installing requirements #2

Open
mikecarnohan opened this issue May 29, 2024 · 1 comment
Open

Error installing requirements #2

mikecarnohan opened this issue May 29, 2024 · 1 comment

Comments

@mikecarnohan
Copy link

mikecarnohan commented May 29, 2024

When I run pip install -r requirements.txt

I (eventually) encounter the error:

Building wheel for ndi-python (pyproject.toml) ... error
error: subprocess-exited-with-error

× Building wheel for ndi-python (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [10 lines of output]
running bdist_wheel
running build
running build_py
creating build
creating build\lib.win-amd64-cpython-311
creating build\lib.win-amd64-cpython-311\NDIlib
copying NDIlib_init_.py -> build\lib.win-amd64-cpython-311\NDIlib
running build_ext
cmake .. -DCMAKE_INSTALL_PREFIX=C:\Users\userfolder\AppData\Local\Temp\pip-install-cis8fs3v\ndi-python_83b9ecbef23149a99b48e0904f5d58d0\build\install
error: command 'cmake' failed: None
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for ndi-python
Failed to build ndi-python
ERROR: Could not build wheels for ndi-python, which is required to install pyproject.toml-based projects

@mikecarnohan
Copy link
Author

Never mind... I had not run npm i & npm run build (prior). Once I did, the requirements installed without issue.

This issue can be closed.

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

No branches or pull requests

1 participant