简体   繁体   中英

ERROR: Could not find a version that satisfies the requirement Django==1.10.5 from versions: none ERROR: No matching distribution found Django==1.10.5

I am trying to install django with pip

pip insall django==1.10.5

I get the following error:

[1]WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)",)': /simple/django/
C:\dev\django\entornos\srh\lib\site-packages\pip\_vendor\urllib3\util\ssl_.py:164: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  InsecurePlatformWarning,

If you're on Windows, try this command:

shutdown /s

If that doesn't work, try upgrading to the latest version of Python 2.7

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

Related Question ERROR: Could not find a version that satisfies the requirement mathplotlib (from versions: none) ERROR: No matching distribution found for mathplotlib ERROR: Could not find a version that satisfies the requirement os (from versions: none) ERROR: No matching distribution found for os ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none) ERROR: No matching distribution found for tensorflow) ERROR: Could not find a version that satisfies the requirement torch (from versions: none) ERROR: No matching distribution found for torch ERROR: Could not find a version that satisfies the requirement cv2 (from versions: none) ERROR: No matching distribution found for cv2 ERROR: Could not find a version that satisfies the requirement chatbot_demo_rest (from versions: none) ERROR: No matching distribution found for ERROR : Could not find a version that satisfies the requirement pandas (from versions: ) No matching distribution found for pandas how to fix " Could not find a version that satisfies the requirement install (from versions: ) No matching distribution found for install " error could not find a version that satisfies the requirement dblib (from versions: none) and No matching distribution found for dblib ERROR: No matching distribution found and ERROR: Could not find a version that satisfies the requirement
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM