anaconda安装tensorflow出现错误解决

编程入门 行业动态 更新时间:2024-10-24 08:30:33

anaconda安装tensorflow<a href=https://www.elefans.com/category/jswz/34/1771348.html style=出现错误解决"/>

anaconda安装tensorflow出现错误解决

①错误一:CondaValueError: The target prefix is the base prefix. Aborting.

使用命令创建python虚拟环境:

conda create –n tensorflow_gpu-2.3.0 python=3.7

然后报错CondaValueError: The target prefix is the base prefix. Aborting.

复制第二行代码,更改python相应的版本,运行即可解决

conda create –n tensorflow_gpu-2.3.0 python=3.7  #这个是错误的,一毛一样反正就是不行conda create -n tensorflow_gpu-2.3.0 python=3.7  #重新复制一下反正就是行,看起来一毛一样

②错误二:ProxyError: Conda cannot proceed due to an error in your proxy configuration

关掉代理

更多推荐

anaconda安装tensorflow出现错误解决

本文发布于:2023-07-28 19:54:51,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1293594.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:出现错误   anaconda   tensorflow

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!