We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to pip install fake-switches with Python 3.11.x and its failing with the dependency of Twisted with error:
pip install fake-switches
Twisted
clang -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/Users/xxx/.pyenv/versions/dev/include -I/Users/xxx/.pyenv/versions/3.11.4/include/python3.11 -c src/twisted/test/raiser.c -o build/temp.macosx-13.4-arm64-cpython-311/src/twisted/test/raiser.o src/twisted/test/raiser.c:49:12: fatal error: 'longintrepr.h' file not found #include "longintrepr.h" ^~~~~~~~~~~~~~~ 1 error generated. error: command '/usr/bin/clang' failed with exit code 1 [end of output]
pip --version pip 24.0 python --version Python 3.11.4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Trying to
pip install fake-switches
with Python 3.11.x and its failing with the dependency ofTwisted
with error:The text was updated successfully, but these errors were encountered: