|
楼主 |
发表于 2020-6-5 11:17:04
|
显示全部楼层
应该安装成功了呀,我环境没设置好,以前的东西都是安装在C:\Users\86189\AppData\Local\Programs\Python\Python38-32\Scripts
我这个地址是系统下载python的时候默认的地址,然后以前安装的模块都安装在Scripts文件夹里,都能导入
我把pyinstaller也安装在这里了
这是安装时候出现的话,应该是安装成功了:
Requirement already satisfied: pyinstaller in c:\users\86189\appdata\local\programs\python\python38-32\lib\site-packages (3.6)
Requirement already satisfied: altgraph in c:\users\86189\appdata\local\programs\python\python38-32\lib\site-packages (from pyinstaller) (0.17)
Requirement already satisfied: setuptools in c:\users\86189\appdata\local\programs\python\python38-32\lib\site-packages (from pyinstaller) (41.2.0)
Requirement already satisfied: pywin32-ctypes>=0.2.0 in c:\users\86189\appdata\local\programs\python\python38-32\lib\site-packages (from pyinstaller) (0.2.0)
Requirement already satisfied: pefile>=2017.8.1 in c:\users\86189\appdata\local\programs\python\python38-32\lib\site-packages (from pyinstaller) (2019.4.18)
Requirement already satisfied: future in c:\users\86189\appdata\local\programs\python\python38-32\lib\site-packages (from pefile>=2017.8.1->pyinstaller) (0.18.2)
WARNING: You are using pip version 19.2.3, however version 20.1.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command. |
|