Conda新建python虚拟环境问题
Conda新建python虚拟环境问题:
【问题1】
conda create --name yolov8 python=3.10 -y
Retrieving notices: …working… done
Channels:
- defaults
Platform: win-64
Collecting package metadata (repodata.json): failed
UnavailableInvalidChannel: HTTP 404 NOT FOUND for channel anaconda/pkgs/main http://mirrors.aliyun.com/anaconda/pkgs/main
The channel is not accessible or is invalid.
You will need to adjust your conda configuration to proceed.
Use conda config --show channels
to view your configuration’s current state,
and use conda config --show-sources
to view config file locations.
【原因】:上述问题是由于本地文件增加了阿里镜像源 ‘C:\Users\hlj\ .condarc’ 的原因。
【解决办法】:把本地文件 ‘.condarc’ 重命名为 ‘.condarcbk’ ,就不会再报上述问题。
【问题2】
An error occurred while installing package 'defaults::vs2015_runtime-14.40.33807-h.
Rolling back transaction: done
[Errno 13] Permission denied: ‘D:\ProgramFiles\miniconda3\envs\yolov8\Library\bin\ucrtbase.dll’
【解决办法】:网上的解决方案有人说重启电脑可以,本人第一次尝试的时候,确实成功了。
但是再创建另外一个新给虚拟环境的时候,懒的重启了,又一直报错,最后的解决方案是把其他的虚拟环境复制一份,这样复制一份与采用命令创建的结果是一样的。
原文地址:https://blog.csdn.net/qq_42835363/article/details/142376850
免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!