Home > other >  It won't pyinstaller installed
It won't pyinstaller installed

Time:09-24

With the command PIP install pyinstallet, then computer said after their installation location not what of, don't know what to do,
Tried it on packaging python file, what does he say command is not external internal
I am just began to learn, don't understand, CMD have screenshots down there, sideways can see,
Can help solve? Thank you

CodePudding user response:

Because there is no in the environment variable is set inside the corresponding path
Method one: inside the environment variables, put the pyinstaller installation path in, or put the pyinstaller copy into the environment variables in the existing path

Method 2: do not set the environment variable, called pyinstaller, plus pyinstaller absolute path

CodePudding user response:

Well well thank you, excuse me, which one is the installation path? I saw pyinstaller, scripts and other places as environment variables and where is it?

CodePudding user response:

reference 1st floor weixin_46024286 response:
because there is no in the path environment variable is set inside the corresponding
Method one: inside the environment variables, put the pyinstaller installation path in, or put the pyinstaller copy into the environment variables in the existing path

Method 2: do not set the environment variable, called pyinstaller, plus pyinstaller absolute path

Excuse me, is in the control panel, system security, the environment variable path join installer inside address? I see there is only one installation directory, called Microsoft/windowsapps, is here

CodePudding user response:

Can PIP install pyinstaller -i tsinghua mirror sites
Oneself baidu

CodePudding user response:

Can enter pyinstaller absolute path, at the command line is a python script folder under the installation folder, and then will generate executable code is copied to the under the file to add, and then executes the command, the script folder generates a dist subfolders, the result is inside the

CodePudding user response:

Teacher, want to ask, installed jiaba and requests can be used before, but after a few weeks to open the pycharm and idle prompt can not find, but the turtle can use before installation, went to the CMD, these three are already installed, this is why

CodePudding user response:

Program
reference 5 floor small response:
can enter pyinstaller absolute path, at the command line is a python script folder under the installation folder, and then will generate executable code is copied to the under the file to add, and then executes the command, the script folder generates a dist subfolders, the result is inside the

Teacher, want to ask, installed jiaba and requests can be used before, but after a few weeks to open the pycharm and idle prompt can not find, but the turtle can use before installation, went to the CMD, these three are already installed, this is why

CodePudding user response:

Jieba changed his position the installation folder , PIP should install in site package
  • Related