- 博客(5)
- 收藏
- 关注
原创 安装python -m weditor报错解决方法
降版本安装:如果以上方法都无法解决问题,你可以尝试降版本安装weditor。在终端或命令提示符中输入“pip install weditor==0.7.2”来安装weditor。设置环境编码:有时候,由于环境编码问题可能导致安装失败。你可以尝试在终端或命令提示符中输入“set PYTHONUTF8=1”,然后再次尝试安装weditor。若以上安装报错执行下一步。
2024-11-08 17:49:15
751
1
原创 打包exe的两种方式
1.pyinstaller -F -i Report.ico TPT_Statistics.py2.pyinstaller -D -w -i Report.ico TPT_Statistics.py
2024-02-26 10:25:11
132
1
原创 python 创建虚拟环境(打包exe时干净环境)
2. venv\Scripts\activate (激活)1. python -m venv venv(创建)3.pip install 包。
2024-02-26 10:15:00
338
1
原创 博客摘录「 python安装opencv报错ERROR: Could not build wheels for opencv-python, which is req...」2023年10月27日
pip install -i https://pypi.douban.com/simple/ pip install opencv-python==4.3.0.38
2023-10-27 16:01:59
114
1
原创 adb 去除dos窗口
def Wifi_Mac_List(): global devices mars.Print("Start Check STA Connnect State") cmd_ping='adb devices' Result=subprocess.Popen(cmd_ping,stdout=subprocess.PIPE,stderr=subprocess.PIPE) out,error=Result.communicate() # out=out.decode(
2023-08-16 09:53:16
103
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅