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
Why do I get this warning and what does it mean? Is it a bug?
I followed the instructions but when I run pip install curl_cffi --upgrade I get the following:
pip install curl_cffi --upgrade
Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: curl_cffi in ./.local/lib/python3.10/site-packages (0.7.3) Requirement already satisfied: cffi>=1.12.0 in ./.local/lib/python3.10/site-packages (from curl_cffi) (1.15.1) Requirement already satisfied: certifi>=2024.2.2 in ./.local/lib/python3.10/site-packages (from curl_cffi) (2024.8.30) Requirement already satisfied: typing-extensions in ./.local/lib/python3.10/site-packages (from curl_cffi) (4.5.0) Requirement already satisfied: pycparser in ./.local/lib/python3.10/site-packages (from cffi>=1.12.0->curl_cffi) (2.21) WARNING: Error parsing dependencies of devscripts: Invalid version: '2.22.1ubuntu1'
Versions
If it's related to a specific environment, paste your env info here.
The text was updated successfully, but these errors were encountered:
I don't think this warning message is curl-cffi specific.
Sorry, something went wrong.
No branches or pull requests
Why do I get this warning and what does it mean? Is it a bug?
I followed the instructions but when I run
pip install curl_cffi --upgrade
I get the following:Versions
If it's related to a specific environment, paste your env info here.
The text was updated successfully, but these errors were encountered: