openatx / atxserver2

Smart Phone Management. Reimplement of atx-server with Python
MIT License
1.35k stars 424 forks source link

ERROR: No matching distribution found for bunch #72

Closed huang-sheng closed 3 years ago

huang-sheng commented 3 years ago

huangs@huangsMacBook-Air atxserver2 % pip3 install -r requirements.txt WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. Requirement already satisfied: six in /usr/local/Cellar/protobuf/3.7.1/libexec/lib/python3.7/site-packages (from -r requirements.txt (line 1)) (1.12.0) Collecting bunch (from -r requirements.txt (line 2)) WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/bunch/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/bunch/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/bunch/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/bunch/ WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/bunch/ Could not fetch URL https://pypi.org/simple/bunch/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/bunch/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping ERROR: Could not find a version that satisfies the requirement bunch (from -r requirements.txt (line 2)) (from versions: none) ERROR: No matching distribution found for bunch (from -r requirements.txt (line 2)) WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping

bunch 缺失?

huang-sheng commented 3 years ago

没问题了,是我的pip ssl配置问题,重装配置ssl后解决。