小编Myk*_*Myk的帖子

Conda在pypi.org/simple上找不到软件包

我通过conda安装软件包时遇到问题。它在简单的https://pypi.org频道中找不到任何包。

conda install logbook
Run Code Online (Sandbox Code Playgroud)

返回:

PS C:\WINDOWS\system32> conda config --add channels 
https://pypi.org/simple
Warning: 'https://pypi.org/simple' already in 'channels' list, moving to the top
PS C:\WINDOWS\system32> conda install Logbook
Fetching package metadata ....
WARNING: The remote server could not find the noarch directory for the
requested channel with url: https://pypi.org/simple

It is possible you have given conda an invalid channel. Please double-check
your conda configuration using `conda config --show`.

If the requested url is in fact a valid conda channel, …
Run Code Online (Sandbox Code Playgroud)

python anaconda conda

3
推荐指数
1
解决办法
2644
查看次数

标签 统计

anaconda ×1

conda ×1

python ×1