Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pyinstaller query
#1
Is there anyway to install a python package completely offline if you have downloaded the entire gz package to your local machine?
I tried to download the pyinstaller package but when I try to run the install command it still tries to connect to the remote repo ?

Thanks
Reply
#2
pip accepts installation from local source
Reply
#3
I guess the problem is you didn't install dependencies in advance of trying to install pyinstaller
Also it would be better to download whl file
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020