0

I am trying to install requests-kerberos on an air-gapped network (pip doesn't work, no internet).

is there some way in which I can get all the dependencies for it and all of the dependencies for the dependencies in one "set" so I can move it to the air-gapped network. for example it has cryptography as a dependency and cryptography has setuptools_rust and more and more and the list doesn't end.

any ideas?

MesserOr
  • 23
  • 7
  • You could create a new virtualenv using the same version of Python, install your package in it with pip, and all the dependencies will be downloaded as well. You can then zip the whole thing up, throw it on a thumb drive, and copy it to the other computer. – MattDMo May 09 '22 at 18:03
  • ehhh, i don't know much about virtualenvs and how to use them... Maybe a different solutions like downloading all the files or something? or maybe an explanation? – MesserOr May 09 '22 at 18:07
  • https://stackoverflow.com/search?q=%5Bpip%5D+offline – phd May 09 '22 at 20:26

0 Answers0