Open lilbaph opened 1 year ago
Facing the same issue, I found in here. Ubuntu 2204 and install the NeRFStudio by pip.
Note this error commes from cypthon 3 you can solve it by using the workaround in that comment: https://github.com/PyAV-Org/PyAV/issues/1140#issuecomment-1642460904 If you are on Windows and use Powershell, instead of PIP_CONSTRAINT=c.txt in front of your pip install, do $env:PIP_CONSTRAINT='c.txt.' then press enter (note that there is not space and the file name is between quotes)
Also for me the issue arose because I used python 3.11. When I used python 3.9 the error was solve. In any case using 3.11 won't work to install nerfstudio as Open3D is not yet available for python 3.11so stick to earlier versions.
`Collecting av==9.2.0 (from nerfstudio) Using cached av-9.2.0.tar.gz (2.4 MB) Installing build dependencies ... done Getting requirements to build wheel ... error error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> [70 lines of output] Compiling av\buffer.pyx because it changed. [1/1] Cythonizing av\buffer.pyx Compiling av\bytesource.pyx because it changed. [1/1] Cythonizing av\bytesource.pyx Compiling av\descriptor.pyx because it changed. [1/1] Cythonizing av\descriptor.pyx Compiling av\dictionary.pyx because it changed. [1/1] Cythonizing av\dictionary.pyx Compiling av\enum.pyx because it changed. [1/1] Cythonizing av\enum.pyx Compiling av\error.pyx because it changed. [1/1] Cythonizing av\error.pyx Compiling av\format.pyx because it changed. [1/1] Cythonizing av\format.pyx Compiling av\frame.pyx because it changed. [1/1] Cythonizing av\frame.pyx
note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.`