Home > other >  Error Pyinstaller operation how to solve?
Error Pyinstaller operation how to solve?

Time:09-20

I had just finished installing pyinstaller, check with PIP plug-in installed, the prompt is as follows:
E: \ python> PIP list
WARNING: PIP is being invoked by an old script wrapper. This will fail in a future version of PIP.
Both Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the physicist issue.
To get this problem you can invoke the Python with home '- m PIP' running PIP directly.
Package Version
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Altgraph 0.17
The future 0.18.2
Pefile 2019.4.18
PIP 20.0.2
PyInstaller 3.6
Pywin32 227
Pywin32 - ctypes 0.2.0
Setuptools 41.2.0

But always executes the report the following error, can you tell me how to solve?
E: \ python> Pyinstaller
'pyinstaller not internal or external command, nor a runnable program
Or a batch file,


Environment variable is set in the

CodePudding user response:

You may be chosen when Install Python Install for all users (installation for all users), is I look at your environment variables in the Program Files (x86), so think so, if this is the case, pyinstaller will be installed in C: \ users \ & lt; The current user name & gt; \ AppData \ Roaming \ Python38-32 \ site - packages, however this catalog search less than, or you add this directory to the environment variables, or reinstall Python, do not choose to Install for all users, and then reinstall can be solved, what's the problem with reply to me,

CodePudding user response:

For reference path variable,

C: \ Users \ \ Administrator \ AppData \ Local \ designed \ Python38 \ \ Python Scripts; C: \ Users \ Administrator \ \ AppData \ Local \ designed \ Python Python38;

CodePudding user response:

Restart, changed the path to restart to take effect,
  • Related