Skip to content
New issue

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

Installation Error #4

Open
fanglangxinghai opened this issue Dec 27, 2023 · 1 comment
Open

Installation Error #4

fanglangxinghai opened this issue Dec 27, 2023 · 1 comment

Comments

@fanglangxinghai
Copy link

001

@Zuntan03
Copy link
Owner

It seems to be a proxy environment issue.
https://www.google.com/search?q=%22missing+dependencies+for+socks+support%22+windows
https://www.google.com/search?q=%22missing+dependencies+for+socks+support%22+%22get-pip.py%22

src/Setup.bat or src/Setup-Python.bat
%CURL_CMD% -o lib\python\get-pip.py https://bootstrap.pypa.io/get-pip.py
It might work if you rewrite it as follows.
%CURL_CMD% -o lib\python\get-pip.py https://bootstrap.pypa.io/get-pip.py --proxy="PROXY_SERVER:PROXY_PORT"

PROXY_SERVER:PROXY_PORT should be rewritten to match your proxy environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants