conda 创建环境失败

bash 复制代码
conda create -n pylableimg python=3.10

在conda (base)环境下,创建新的环境,失败。
报错

LookupError: didn't find info-scipy-1.11.3-py310h309d312_0 component in C:\Users\Jane.conda\pkgs\scipy-1.11.3-py310h309d312_0.conda

百度了以下,原因有很多。其中一个是

清空conda缓存

bash 复制代码
conda clean --all

至此,清空conda缓存完毕。

重新尝试创建环境。

bash 复制代码
conda create -n pylableimg python=3.10

创建成功

相关推荐
龙哥·三年风水3 分钟前
国外电商系统开发-运维系统批量添加服务器
运维·python·商城系统
凡人的AI工具箱36 分钟前
《15分钟轻松学 Python》教程目录
开发语言·数据结构·人工智能·python·算法
鸿乃江边鸟1 小时前
Spark SQL中怎么注册python以及使用python注册的UDF中数据流是怎么流转的
python·sql·spark
Debugger7172 小时前
Python-Learning
开发语言·python
码农超哥同学2 小时前
Python知识点:如何使用Google Cloud IoT与Python进行边缘计算
python·物联网·面试·编程·边缘计算
mashagua2 小时前
本地访问autodl的jupyter notebook
ide·python·jupyter·autodl
DaphneOdera172 小时前
Jupyter | jupyter notebook 使用 conda 环境
ide·jupyter·conda
cooldream20092 小时前
高效编程的利器 Jupyter Notebook
python·jupyter·jupyternotebook
一只积极向上的小咸鱼2 小时前
jupyter本地配置
ide·python·jupyter
4v1d2 小时前
Jupyter的使用分享
ide·python·jupyter