0

I want to create a little app with python. This app is supposed to have a gui. I want to use python eel for that. Now the problem is, that the computer on which I want to do this, has no internet connection.

I already installed python from a USB, but wenn I try to "pip install eel" it ends up in an error.

So how do I download eel on a USB and then use this USB to install eel on the other computer that has no internet?

-T

Thornan
  • 21
  • 2
  • https://stackoverflow.com/search?q=%5Bpip%5D+offline – phd Jul 28 '23 at 11:05
  • On a system with Internet download all dependencies. Copy them to the USB stick. On the offline system install everything including dependencies telling `pip` not to connect to the Net. – phd Jul 28 '23 at 11:06

0 Answers0