网站首页 > 博客文章 正文
fatal error in launcher:unable to create process using 解决办法
baijin 2024-12-18 14:40:59 博客文章 7 ℃ 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模块
你 发表评论:
欢迎- 367℃用AI Agent治理微服务的复杂性问题|QCon
- 358℃初次使用IntelliJ IDEA新建Maven项目
- 357℃手把手教程「JavaWeb」优雅的SpringMvc+Mybatis整合之路
- 351℃Maven技术方案最全手册(mavena)
- 348℃安利Touch Bar 专属应用,让闲置的Touch Bar活跃起来!
- 346℃InfoQ 2024 年趋势报告:架构篇(infoq+2024+年趋势报告:架构篇分析)
- 345℃IntelliJ IDEA 2018版本和2022版本创建 Maven 项目对比
- 342℃从头搭建 IntelliJ IDEA 环境(intellij idea建包)
- 最近发表
- 标签列表
-
- powershellfor (55)
- 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)
- vue数组concat (56)
- tomcatundertow (58)
- pastemac (61)
本文暂时没有评论,来添加一个吧(●'◡'●)