0
I’m having trouble with the python.
I am providing service to a banking company, however the network is very closed, I can not download the files via pip
. I can download the packages in another way but I can’t get them to run, someone can help me?
Detail: only works the powershell
Try using Winpython, I believe that the installation of packages can be performed in one enviroment and transferred to another because it is something Portable. I hope it helps you.
– Ronny Amarante
then the machine that I use can not download absolutely anything, I kind of managed to do a hack on the network, but I think I will not be able to use winpython,
– André Felipe Jardim Firmo
You can manually download the packages, unpack them and run the setup.py program individually (I think it’s "setup.py install"); the drawback of the approach is that you need to manually resolve the dependencies (like module A needs module B, so first install B).
– Giovanni Nunes
You cannot directly install . whl(Whell)?
– Clayton Tosatti
Tried to use the pip3 download -r Requirements.txt and take a USB stick with these? And perform an offline installation.
– danieltakeshi
So I can’t open it in files. whl, and tbm can not carry a USB stick because windows recognizes that it is not a peripheral and blocks, and pip3 does not recognize the term kkkk( to laughing but to crying inside)
– André Felipe Jardim Firmo