当前位置:网站首页>pyinstaller不是内部或外部命令,也不是可运行的程序 或批处理文件
pyinstaller不是内部或外部命令,也不是可运行的程序 或批处理文件
2022-07-03 15:54:00 【张今天】
问题:pyinstaller安装后无法使用,提示:pyinstaller不是内部或外部命令,也不是可运行的程序 或批处理文件
是因为在python安装程序中的script中无pyinstaller.exe应用程序,需要找到pyinstaller.exe应用程序拷贝到python程序包的script文件中去。
解决
找到pyinstaller.exe,一般在:C:\Users\Administrator\AppData\Roaming\Python\Python39\Scripts中,注意,如果没有AppData,说明文件夹隐藏了,需要显示出来。将文件拷贝到:D:\Program Files\Python3.9\Scripts(程序安装位置不同,路径不同),就可以解决问题了。
边栏推荐
- Seckill system 3- product list and product details
- How are integer and floating-point types stored in memory
- GCC cannot find the library file after specifying the link library path
- Redis高可用与持久化
- Get the executable path through the process PID (queryfullprocessimagename)
- Custom annotation
- Shell script import and export data
- 函数栈帧的创建和销毁
- VC下Unicode和ANSI互转,CStringW和std::string互转
- Win10 enterprise 2016 long term service activation tutorial
猜你喜欢

突破100万,剑指200万!

nifi从入门到实战(保姆级教程)——flow

Please be prepared to lose your job at any time within 3 years?

子类隐藏父类的同名函数

Visual upper system design and development (Halcon WinForm) -4 Communication management

Project -- high concurrency memory pool

Baidu AI Cloud helps Shizuishan upgrade the smart health care model of "Internet + elderly care services"

Microservices - load balancing ribbon

从 flask 服务端代码自动生成客户端代码 -- flask-native-stubs 库介绍

App移动端测试【3】ADB命令
随机推荐
VS2017通过IP调试驱动(双机调试)
从 flask 服务端代码自动生成客户端代码 -- flask-native-stubs 库介绍
Jvm-08-garbage collector
CString的GetBuffer和ReleaseBuffer使用说明
Introduction series of software reverse cracking (1) - common configurations and function windows of xdbg32/64
Please be prepared to lose your job at any time within 3 years?
Custom annotation
大csv拆分和合并
VC下Unicode和ANSI互转,CStringW和std::string互转
Pandora IOT development board learning (HAL Library) - Experiment 5 external interrupt experiment (learning notes)
Why can't strings be directly compared with equals; Why can't some integers be directly compared with the equal sign
Visual upper system design and development (Halcon WinForm) -5 camera
Jvm-09 byte code introduction
秒杀系统2-Redis解决分布式Session问题
Popular understanding of ovo and ovr
Microservice API gateway
几种常见IO模型的原理
Calibre LVL
How are integer and floating-point types stored in memory
Tensorflow realizes verification code recognition (III)