我通过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)