How to install py-cryptography without an internet connection #35277
-
|
Hi, I'm trying to install the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I am not sure why the installation of |
Beta Was this translation helpful? Give feedback.
I am not sure why the installation of
py-cryptographyneeds to download data during installation, but that makes the source mirror an unviable option. I was able to get it to work by creating a build cache instead. Copying that over to the system without open outbound access to the internet solved my problem. It also (of course) makes the install there a LOT faster, so was probably the best solution all along. I suppose the downside is that this won't work when the architecture of the machines is different so you'd need to create build caches for all architectures you need.