Ubuntu环境下安装虚拟环境老是报错,报错信息如下:其中papper1为虚拟环境名称

PackagesNotFoundError: The following packages are not available from current channels:

python的版本是3.6的

最后发现是自己代码写错了,应该写成:conda create -n papper1 python=3.6

结果如下

PackagesNotFoundError: The following packages are not available from current channels:

查看所有虚拟环境:conda env list

发现有自己创建的虚拟环境,结果如下:

PackagesNotFoundError: The following packages are not available from current channels:

相关文章:

  • 2021-04-09
  • 2022-12-23
  • 2021-07-23
  • 2021-04-17
  • 2022-12-23
  • 2022-01-17
  • 2021-07-23
  • 2022-01-17
猜你喜欢
  • 2021-10-11
  • 2021-03-31
  • 2021-08-20
  • 2021-09-09
  • 2022-12-23
相关资源
相似解决方案