当前位置:网站首页>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(程序安装位置不同,路径不同),就可以解决问题了。
边栏推荐
- App移动端测试【4】apk的操纵
- Visual upper system design and development (Halcon WinForm) -1 Process node design
- Using optimistic lock and pessimistic lock in MySQL to realize distributed lock
- Approval process design
- WinDbg分析dump文件
- 坚持输出需要不断学习
- Visual host system design and development (Halcon WinForm)
- A Fei's expectation
- Second kill system 3 - list of items and item details
- Three dimensional reconstruction of deep learning
猜你喜欢

Nifi from introduction to practice (nanny level tutorial) - flow

Detailed explanation of string function and string function with unlimited length

Microservices Seata distributed transactions

远程文件包含实操

Jvm-08-garbage collector

Create gradle project

App移动端测试【3】ADB命令

Tensorflow realizes verification code recognition (I)

秒杀系统2-Redis解决分布式Session问题

Popular understanding of decision tree ID3
随机推荐
请求头不同国家和语言的表示
The difference between mutually exclusive objects and critical areas
软件安装信息、系统服务在注册表中的位置
需要知道的字符串函数
Microservice sentinel flow control degradation
Go language self-study series | golang switch statement
Second kill system 3 - list of items and item details
Large CSV split and merge
Microservices - load balancing ribbon
潘多拉 IOT 开发板学习(HAL 库)—— 实验5 外部中断实验(学习笔记)
ASEMI整流桥UMB10F参数,UMB10F规格,UMB10F封装
[系统安全] 四十三.Powershell恶意代码检测系列 (5)抽象语法树自动提取万字详解
深度学习之三维重建
Digital image processing -- popular understanding of corrosion and expansion
利用MySQL中的乐观锁和悲观锁实现分布式锁
Go语言自学系列 | golang switch语句
Project -- high concurrency memory pool
互斥对象与临界区的区别
UnityShader——MaterialCapture材质捕捉效果 (翡翠斧头)
从 flask 服务端代码自动生成客户端代码 -- flask-native-stubs 库介绍