简体   繁体   English

Conda 安装时间过长

[英]Conda install taking too long

I had Anaconda and conda installed on my machine before, but deleted the .bash_profile conda script in my ~/.bash_profile .我之前在我的机器上安装了 Anaconda 和 conda,但在我的~/.bash_profile中删除了.bash_profile conda 脚本。 Then, I deleted the anaconda navigator, and the entire anaconda3 directory from /opt/anaconda3 .然后,我删除了 anaconda 导航器,以及/opt/anaconda3中的整个 anaconda3 目录。

Then installed the anaconda navigator and conda again, but they came with python 3.8 installed.然后再次安装 anaconda navigator 和 conda,但它们附带安装了 python 3.8。 I wanted to downgrade Python to 3.7.4 , so I run the following command: (in the base env) conda install python=3.7.4 .我想将 Python 降级到3.7.4 ,所以我运行以下命令:(在基本环境中) conda install python=3.7.4

It has been stuck in Solving Environment for about 10 minutes or so, and I don't know what to do.一直卡在Solving Environment大概10分钟左右,不知道怎么办。

I had similar problem in Anaconda 4.10.3 and was fixed by creating a new environment, as suggested by @Paul H. Thanks.我在 Anaconda 4.10.3 中遇到了类似的问题,按照@Paul H 的建议,通过创建新环境解决了这个问题。谢谢。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM