As in: Can I install Django as offline in Windows 7? ... I am trying to install Django from a file.
My RHEL 7 is in a closed network. From another computer I have fetched version 2.0.1 from https://github.com/django/django/releases.
running install-command results in:
pip3.6 install django-2.0.1.tar.gz
Processing ./django-2.0.1.tar.gz
Collecting pytz (from Django==2.0.1)
Could not fetch URL https://pypi.python.org/simple/pytz/: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:777) - skipping
Could not find a version that satisfies the requirement pytz (from Django==2.0.1) (from versions: )
No matching distribution found for pytz (from Django==2.0.1)
The error corresponds to the fact, that my system does not have access through the proxy. How can I do the install without the need of access to outside world?
The possible duplicate: Python Packages Offline Installation didn't mention pytz-package