Hi, I followed instructions from https://www.pythonanywhere.com/wiki/VirtualEnvForNewerDjango : source virtualenvwrapper.sh mkvirtualenv django16 which pip (which gives: /home/kukrak/.virtualenvs/django16/bin/pip)
But when I invoked: pip install django (earlier I activated django16) I got: Downloading/unpacking django Cannot fetch index base URL https://pypi.python.org/simple/ Could not find any downloads that satisfy the requirement django No distributions at all found for django Storing complete log in /home/kukrak/.pip/pip.log
Content of pip.log: /home/kukrak/.virtualenvs/django16/bin/pip run on Sun Apr 6 15:55:30 2014 Downloading/unpacking django
Getting page https://pypi.python.org/simple/django/ Could not fetch URL https://pypi.python.org/simple/django/: <urlopen error [Errno 111] Connection refused> Will skip URL https://pypi.python.org/simple/django/ when looking for download links for django Getting page https://pypi.python.org/simple/ Could not fetch URL https://pypi.python.org/simple/: <urlopen error [Errno 111] Connection refused> Will skip URL https://pypi.python.org/simple/ when looking for download links for django Cannot fetch index base URL https://pypi.python.org/simple/
URLs to search for versions for django: * https://pypi.python.org/simple/django/ Getting page https://pypi.python.org/simple/django/ Could not fetch URL https://pypi.python.org/simple/django/: <urlopen error [Errno 111] Connection refused> Will skip URL https://pypi.python.org/simple/django/ when looking for download links for django Could not find any downloads that satisfy the requirement django
No distributions at all found for django
Exception information: Traceback (most recent call last): File "/home/kukrak/.virtualenvs/django16/local/lib/python2.7/site-packages/pip-1.3.1-py2.7.egg/pip/basecommand.py", line 139, in main status = self.run(options, args) File "/home/kukrak/.virtualenvs/django16/local/lib/python2.7/site-packages/pip-1.3.1-py2.7.egg/pip/commands/install.py", line 266, in run requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle) File "/home/kukrak/.virtualenvs/django16/local/lib/python2.7/site-packages/pip-1.3.1-py2.7.egg/pip/req.py", line 1026, in prepare_files url = finder.find_requirement(req_to_install, upgrade=self.upgrade) File "/home/kukrak/.virtualenvs/django16/local/lib/python2.7/site-packages/pip-1.3.1-py2.7.egg/pip/index.py", line 171, in find_requirement raise DistributionNotFound('No distributions at all found for %s' % req) DistributionNotFound: No distributions at all found for django
What is going on ? Please help.
Regards Kuba