is PySocks a dependancy ?
See original GitHub issueWith pip-20.3 new resolver coming, pysocks is enterpreted as mandatory dependancy from your https://github.com/httpie/httpie/blob/master/setup.py#L40..L41
install_requires = [
'requests[socks]>=2.22.0',`
Is it what you wanted ?
( maybe it’s a bug, not clear to me what the truth shall be: https://github.com/pypa/pip/issues/9112#issuecomment-725444581)
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
PySocks - PyPI
PySocks lets you send traffic through SOCKS and HTTP proxy servers. It is a modern fork of SocksiPy with bug fixes and extra...
Read more >Python's requests "Missing dependencies for SOCKS support ...
This means that requests is using socks as a proxy and that socks is not installed. Just run pip install pysocks.
Read more >Missing dependencies for SOCKS support. #3505 - GitHub
Install missing dependencies: pip install pysocks. Reset proxy, source .bashrc, and pip install works again with socks proxy.
Read more >python-pysocks 1.7.1-7 (any) - Arch Linux
python-pysocks 1.7.1-7 · Dependencies (3) · Required By (16) · Package Contents · Links to so-names.
Read more >Dependency specification in pyproject.toml based on PEP 508
This PEP specifies how to write a project's dependencies in a pyproject.toml file for packaging-related tools to consume using the fields ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sorry, I forgot to Close. Happy new Year to the team.
Closing as the question was answered, @stonebig if you have any more questions feel free to create new issues.