-
Notifications
You must be signed in to change notification settings - Fork 23
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
Can't install via pip #24
Comments
Slightly different issue in Python 3.11 and 3.12, likely due to python/cpython#28968:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Building wheels for collected packages: decrunch
Building wheel for decrunch (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [12 lines of output]
running bdist_wheel
running build
running build_ext
building 'decrunch' extension
creating build
creating build\temp.win-amd64-3.10
creating build\temp.win-amd64-3.10\Release
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -Icrunch -IC:\Users\X\AppData\Local\Programs\Python\Python310\include -IC:\Users\X\AppData\Local\Programs\Python\Python310\Include -IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include /EHsc /Tpcrn_decomp.cpp /Fobuild\temp.win-amd64-3.10\Release\crn_decomp.obj -std=c++11
cl : Befehlszeile warning D9002 : Unbekannte Option "-std=c++11" wird ignoriert.
crn_decomp.cpp
crn_decomp.cpp(3): fatal error C1083: Datei (Include) kann nicht ge”ffnet werden: "string.h": No such file or directory
error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX86\x64\cl.exe' failed with exit code 2
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for decrunch
Running setup.py clean for decrunch
Failed to build decrunch
Installing collected packages: decrunch
Running setup.py install for decrunch ... error
error: subprocess-exited-with-error
× Running setup.py install for decrunch did not run successfully.
│ exit code: 1
╰─> [12 lines of output]
running install
running build
running build_ext
building 'decrunch' extension
creating build
creating build\temp.win-amd64-3.10
creating build\temp.win-amd64-3.10\Release
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -Icrunch -IC:\Users\X\AppData\Local\Programs\Python\Python310\include -IC:\Users\X\AppData\Local\Programs\Python\Python310\Include -IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include /EHsc /Tpcrn_decomp.cpp /Fobuild\temp.win-amd64-3.10\Release\crn_decomp.obj -std=c++11
cl : Befehlszeile warning D9002 : Unbekannte Option "-std=c++11" wird ignoriert.
crn_decomp.cpp
crn_decomp.cpp(3): fatal error C1083: Datei (Include) kann nicht ge”ffnet werden: "string.h": No such file or directory
error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX86\x64\cl.exe' failed with exit code 2
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure
× Encountered error while trying to install package.
╰─> decrunch
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
The text was updated successfully, but these errors were encountered: