当前位置:网站首页>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(程序安装位置不同,路径不同),就可以解决问题了。
边栏推荐
- Custom annotation
- CString中使用百分号
- [combinatorial mathematics] binomial theorem and combinatorial identity (binomial theorem | three combinatorial identities | recursive formula 1 | recursive formula 2 | recursive formula 3 Pascal / Ya
- [system safety] 43 PowerShell malicious code detection series (5) automatic extraction of ten thousand words from abstract syntax tree
- [200 opencv routines] 217 Mouse interaction to obtain polygon area (ROI)
- Distributed task scheduling XXL job
- String functions that you need to know
- ASEMI整流桥UMB10F参数,UMB10F规格,UMB10F封装
- 六月 致 -.-- -..- -
- The difference between mutually exclusive objects and critical areas
猜你喜欢
随机推荐
Redis installation under windows and Linux systems
[combinatorics] combinatorial identities (recursive combinatorial identities | sum of variable terms | simple combinatorial identities and | sum of variable terms | staggered sums of combinatorial ide
首发!!lancet饿了么官方文档
Wechat payment -jsapi: code implementation (payment asynchronous callback, Chinese parameter solution)
如何使用 @NotNull等注解校验 并全局异常处理
Secsha system 1- login function
Persisting in output requires continuous learning
Go语言自学系列 | golang中的if else语句
Jvm-09 byte code introduction
软件逆向破解入门系列(1)—xdbg32/64的常见配置及功能窗口
“用Android复刻Apple产品UI”(2)——丝滑的AppStore卡片转场动画
Jvm-08-garbage collector
使用AUR下载并安装常用程序
qt使用QZxing生成二维码
win32创建窗口及按钮(轻量级)
阿飞的期望
App移动端测试【5】文件的写入、读取
The difference between RAR and zip files
Tensorflow realizes verification code recognition (III)
【OpenCV 例程200篇】217. 鼠标交互获取多边形区域(ROI)









