lexiforest / curl_cffi

Python binding for curl-impersonate fork via cffi. A http client that can impersonate browser tls/ja3/http2 fingerprints.
https://curl-cffi.readthedocs.io/
MIT License
2.51k stars 266 forks source link

Warning on install on Linux Mint: WARNING: Error parsing dependencies of devscripts: Invalid version: '2.22.1ubuntu1' #419

Open presentformyfriends opened 4 weeks ago

presentformyfriends commented 4 weeks ago

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:

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.