Pip installation error

  1. set up a mirror source locally through Nginx, using the command:

     `pip install --index-url=file:///D:/work/pip_source/HITA/src/simple -r requirements.txt`

    all modules can be installed locally

  2. but when installing on a virtual machine through a network environment, the following problems occur:

clipboard.png

ask me, what is the reason for this? Is there any way to solve it?

Jun.15,2021

tells you that the dependency scripy==1.1.0 cannot be found. It is suspected that the repository of your image is not complete with Synchronize. Try installing it in an official warehouse. It should be a problem with your image

.
Menu