Python 无法在工作PC上安装Django

Python 无法在工作PC上安装Django,python,django,pip,pypi,Python,Django,Pip,Pypi,我已经在我的工作电脑上安装了python,我正试图通过pip安装django。对于安装,我使用以下命令: pip install django 然而,结果如下: ..Collecting Django Could not find a version that satisfies the requirement django <from version:> No matching distribution found for django 它是pip install Django

我已经在我的工作电脑上安装了python,我正试图通过pip安装django。对于安装,我使用以下命令:

pip install django
然而,结果如下:

..Collecting Django
Could not find a version that satisfies the requirement django <from version:>
No matching distribution found for django

它是pip install Django,大写。不幸的是,我在Capital上也遇到了同样的错误。你为什么不问问你的IT部门呢?如果你有代理在工作,那么这肯定是个问题。看看这个设置代理变量的链接:我正要说同样的话,pip有什么工作吗?
C:\Users\asangar1>pip install django --verbose
Starting new HTTPS connection (1): pypi.python.org
There was an error checking the latest version of pip
Traceback (most recent call last):
  File "C:\Python27\lib\site-packages\pip\utils\outdated.py", line 122, in pip_v
ersion_check
    headers={"Accept": "application/json"},
  File "C:\Python27\lib\site-packages\pip\_vendor\requests\sessions.py", line 47
7, in get
    return self.request('GET', url, **kwargs)
  File "C:\Python27\lib\site-packages\pip\download.py", line 373, in request
    return super(PipSession, self).request(method, url, *args, **kwargs)
  File "C:\Python27\lib\site-packages\pip\_vendor\requests\sessions.py", line 46
5, in request
    resp = self.send(prep, **send_kwargs)
  File "C:\Python27\lib\site-packages\pip\_vendor\requests\sessions.py", line 57
3, in send
    r = adapter.send(request, **kwargs)
  File "C:\Python27\lib\site-packages\pip\_vendor\cachecontrol\adapter.py", line
 46, in send
    resp = super(CacheControlAdapter, self).send(request, **kw)
  File "C:\Python27\lib\site-packages\pip\_vendor\requests\adapters.py", line 43
1, in send
    raise SSLError(e, request=request)
SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590
)
Collecting django
  Getting page https://pypi.python.org/simple/django/
  Starting new HTTPS connection (1): pypi.python.org
  Could not fetch URL https://pypi.python.org/simple/django/: connection error:
EOF occurred in violation of protocol (_ssl.c:590) - skipping
  1 location(s) to search for versions of django:
  * https://pypi.python.org/simple/django/
  Getting page https://pypi.python.org/simple/django/
  Starting new HTTPS connection (2): pypi.python.org
  Could not fetch URL https://pypi.python.org/simple/django/: connection error:
[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590) - skippi
ng
  Could not find a version that satisfies the requirement django (from versions:
 )
Cleaning up...
No matching distribution found for django
Exception information:
Traceback (most recent call last):
  File "C:\Python27\lib\site-packages\pip\basecommand.py", line 223, in main
    status = self.run(options, args)
  File "C:\Python27\lib\site-packages\pip\commands\install.py", line 280, in run

    requirement_set.prepare_files(finder)
  File "C:\Python27\lib\site-packages\pip\req\req_set.py", line 317, in prepare_
files
    functools.partial(self._prepare_file, finder))
  File "C:\Python27\lib\site-packages\pip\req\req_set.py", line 304, in _walk_re
q_to_install
    more_reqs = handler(req_to_install)
  File "C:\Python27\lib\site-packages\pip\req\req_set.py", line 439, in _prepare
_file
    req_to_install.populate_link(finder, self.upgrade)
  File "C:\Python27\lib\site-packages\pip\req\req_install.py", line 244, in popu
late_link
    self.link = finder.find_requirement(self, upgrade)
  File "C:\Python27\lib\site-packages\pip\index.py", line 563, in find_requireme
nt
    'No matching distribution found for %s' % req
DistributionNotFound: No matching distribution found for django