网站首页 > 博客文章 正文
fatal error in launcher:unable to create process using 解决办法
baijin 2024-12-18 14:40:59 博客文章 11 ℃ 0 评论安装python库的时候老是提示:fatal error in launcher:unable to create process using,script目录也添加到了系统变量path中,就是报错。不直接pip安装了,换了命令:python -m pip install 库名称+下载源,运行成功。遇到同问题的朋友也可以尝试下。
附几个常用的库:
pygame库
命令安装 python -m pip install pygame -i https://pypi.tuna.tsinghua.edu.cn/simple
PIL库(pillow)
命令安装 python -m pip install pillow -i https://pypi.tuna.tsinghua.edu.cn/simple
requests库
命令安装 python -m pip install requests -i https://pypi.tuna.tsinghua.edu.cn/simple
baidu-aip库
命令安装 python -m pip install baidu-aip -i https://pypi.tuna.tsinghua.edu.cn/simple
easygui库
命令安装 python -m pip install easygui -i https://pypi.tuna.tsinghua.edu.cn/simple
matplotlib库
命令安装 python -m pip install matplotlib -i https://pypi.tuna.tsinghua.edu.cn/simple
BeautifulSoup库
命令安装 python -m pip install beautifulsoup4 -i https://pypi.tuna.tsinghua.edu.cn/simple
lxml库
命令安装 python -m pip install lxml -i https://pypi.tuna.tsinghua.edu.cn/simple
PyAudio库
命令安装 python -m pip install PyAudio -i https://pypi.tuna.tsinghua.edu.cn/simple
numpy库
命令安装 python -m pip install numpy -i https://pypi.tuna.tsinghua.edu.cn/simple
如果matplotlib库安装成功,numpy库应该也会被安装上,可以使用pip list 查看一下。
python -m pip install aiohttp
猜你喜欢
- 2024-12-18 轻松解析数据!你不可不知的Python宝藏库——parser模块
- 2024-12-18 基于Google Gemini的网页抓取 谷歌怎么抓取网页里的图片
- 2024-12-18 使用Python抓取欧洲足球联赛数据 python 竞彩
- 2024-12-18 网络爬虫——从网站中提取有用的数据
- 2024-12-18 网上售卖几百一月的微信机器,Python几十行代码就能搞定
- 2024-12-18 一个Python编写的小说下载器 用python写小说
- 2024-12-18 LangChainV0.2-进阶教程:构建一个RAG应用
- 2024-12-18 Python应用短文,如何自制一个简易的网络爬虫
- 2024-12-18 机器学习第五发:BS教你如何解析网页,规整数据?
- 2024-12-18 python3的bs4模块的安装、介绍 python中bs4模块
你 发表评论:
欢迎- 07-07Xiaomi Enters SUV Market with YU7 Launch, Targeting Tesla with Bold Pricing and High-Tech Features
- 07-07Black Sesame Maps Expansion Into Robotics With New Edge AI Strategy
- 07-07Wuhan's 'Black Tech' Powers China's Cross-Border Push with Niche Electronics and Scientific Firepower
- 07-07Maven 干货 全篇共:28232 字。预计阅读时间:110 分钟。建议收藏!
- 07-07IT运维必会的30个工具(it运维工具软件)
- 07-07开源项目有你需要的吗?(开源项目什么意思)
- 07-07自动化测试早就跑起来了,为什么测试管理还像在走路?
- 07-07Cursor 最强竞争对手来了,专治复杂大项目,免费一个月
- 最近发表
-
- Xiaomi Enters SUV Market with YU7 Launch, Targeting Tesla with Bold Pricing and High-Tech Features
- Black Sesame Maps Expansion Into Robotics With New Edge AI Strategy
- Wuhan's 'Black Tech' Powers China's Cross-Border Push with Niche Electronics and Scientific Firepower
- Maven 干货 全篇共:28232 字。预计阅读时间:110 分钟。建议收藏!
- IT运维必会的30个工具(it运维工具软件)
- 开源项目有你需要的吗?(开源项目什么意思)
- 自动化测试早就跑起来了,为什么测试管理还像在走路?
- Cursor 最强竞争对手来了,专治复杂大项目,免费一个月
- Cursor 太贵?这套「Cline+OpenRouter+Deepseek+Trae」组合拳更香
- 为什么没人真的用好RAG,坑都在哪里? 谈谈RAG技术架构的演进方向
- 标签列表
-
- ifneq (61)
- 字符串长度在线 (61)
- messagesource (56)
- aspose.pdf破解版 (56)
- promise.race (63)
- 2019cad序列号和密钥激活码 (62)
- window.performance (66)
- qt删除文件夹 (72)
- mysqlcaching_sha2_password (64)
- ubuntu升级gcc (58)
- nacos启动失败 (64)
- ssh-add (70)
- jwt漏洞 (58)
- macos14下载 (58)
- yarnnode (62)
- abstractqueuedsynchronizer (64)
- source~/.bashrc没有那个文件或目录 (65)
- springboot整合activiti工作流 (70)
- jmeter插件下载 (61)
- 抓包分析 (60)
- idea创建mavenweb项目 (65)
- vue回到顶部 (57)
- qcombobox样式表 (68)
- tomcatundertow (58)
- pastemac (61)
本文暂时没有评论,来添加一个吧(●'◡'●)