S
S
Sergey Matkovsky2020-11-30 01:14:33
Python
Sergey Matkovsky, 2020-11-30 01:14:33

What to do if it says that pyinstaller is not an internal command?

Downgraded pip to 18 installed payinstaller.
pyinstaller==4.1
Tried to compile to exe.
Issued

"pyinstaller" не является внутренней или внешней
командой, исполняемой программой или пакетным файлом.

I upgraded to a new version of pip, I don’t know why, I did the same thing again.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexander, 2020-11-30
@AlexPyth

Add the path to pyinstaller to the PATH system variable.

M
Maxim Siomin, 2020-11-30
@MaxSiominDev

python -m pip install auto-py-to-exe
auto_py_to_exe

This is the same pyinstaller but with a GUI

V
Vladislav Samokhvalov, 2020-11-30
@DragoVlad

py -m pip install pyinstaller
it worked for me

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question