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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: