conda在服务器创建虚拟环境报错Found conflicts! Looking for incompatible packages.

conda创建虚拟环境:

conda create -n venvnjh python=3.7.10

报错内容

(base) LIST_2080Ti@ubuntu-SYS-7049GP-TRT:~$ conda create -n venvnjh python=3.7.10
Collecting package metadata (current_repodata.json): done
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: - 
Found conflicts! Looking for incompatible packages.
This can take several minutes.  Press CTRL-C to abort.
failed                                                                                                                                                                          

UnsatisfiableError: 
Note that strict channel priority may have removed packages required for satisfiability.

解决方案:

参考这篇文章:

pycharm配置深度学习环境:conda env create -f environment.yml报错__hungry的博客-CSDN博客

——————————————————————————

参考文章:

使用ananconda直接在服务器之间快速迁移环境 - 哔哩哔哩

移植conda环境到另一台服务器上_conda环境迁移_IPAlab的博客-CSDN博客

你可能感兴趣的:(python,服务器,conda,conda,python,环境配置,服务器,conflicts)