Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pip install pyinstaller
#1
I am trying to install Pyinstaller 3.6 using Pip 20.0.2 with Python 3.7.4 in an Anaconda3 environment but it always says it cant find the setuptools dependency, despite it showing up with 'pip list' as setuptools 46.1.3.

key points:

Machine doesn't have access to internet so if it cant find the package, it will fail.
Tried the following versions of the libraries; pip (10.0.01 and 20.0.2), pyinstaller (3.5 and 3.6), setuptools (41.0.0, 45.0.0, 46.1.3)
All installs where done through the anaconda prompt with admin access.
all packages have been downloaded from PyPi
installed as 'pip install name_of_wheel.whl'
Reply


Forum Jump:

User Panel Messages

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