【发布时间】:2021-03-23 17:37:08
【问题描述】:
我正在使用 Conda 在 Python 中制作面部识别程序,但它给出了一个错误
Collecting package metadata (current_repodata.json): ...working... failed
UnavailableInvalidChannel: The channel is not accessible or is invalid.
channel name: None
channel url: https://pypi.org
error code: 404
You will need to adjust your conda configuration to proceed.
Use `conda config --show channels` to view your configuration's current state,
and use `conda config --show-sources` to view config file locations.
为什么我会看到这种情况以及如何解决?
【问题讨论】:
-
您似乎在将包添加到 conda 时遇到问题。请提供发生错误时正在执行的 conda 命令的详细信息。