关于PackagesNotFoundError: The following packages are not available from current channels报错

在遇到没安过的包时,一般都直接用conda install 包名的命令直接安装,但是会出现错误:
PackagesNotFoundError: The following packages are not available from current channels
下面还有提示:
To search for alternate channels that may provide the conda package you're looking for, navigate to https://anaconda.org and use the search bar at the top of the page.
就是让你去https://anaconda.org这个网页去搜索你想要的包,然后直接复制命令安装。

关于PackagesNotFoundError: The following packages are not available from current channels报错_第1张图片
比如我搜索trimesh,直接用conda install命令是安不了的,点进去就会告诉你安装的指令是什么。

你可能感兴趣的:(python,anaconda)