Skip to content
Advertisement

Problem installing django on a virtual machine with no access to pypi.org


I developed a relatively simple site with Django and I need to deploy it on a Windows VM hosted on a PC on the local network. These are the requirements:
requirements.txt

JavaScript

Having no access to the internet, I followed these steps:
PC With Internet

JavaScript

I then moved the tar file on the VM and did the following:

JavaScript

The above commands resulted in this pip freeze:

JavaScript

As you can see Django and autopep8 fail to install even though the requirements should be met. What am I missing?

Any help pointing me to the solution would be very much appreciated!!

Thanks

BTW, this is the log:

JavaScript

Advertisement

Answer

After unpacking the archive in the vm, use the --find-links option.

JavaScript
User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement