question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

is PySocks a dependancy ?

See original GitHub issue

With 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:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
stonebigcommented, Dec 28, 2021

Sorry, I forgot to Close. Happy new Year to the team.

0reactions
isidenticalcommented, Dec 28, 2021

Closing as the question was answered, @stonebig if you have any more questions feel free to create new issues.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found