无法从 artifactory 安装包

Failed to install packages from artifactory

在 PyCharm 中尝试安装来自 Artifactory 的软件包并出现以下错误。

ERROR: Could not find a version that satisfies the requirement matplotlib (from versions: none)

我转到设置 -> 项目解释器 -> + -> 管理存储库并输入存储库的 URL。但是没用。

此错误可能是由许多问题引起的:

  1. 出于某种原因,Artifactory 未响应您的请求或您无法访问它。您是否可以使用网络连接到 Artifactory broweser/cURL?

  2. 使用旧版本的 pip(参见这个 Whosebug

  3. 您尝试安装的软件包 (matplotlib) 不适用于您的 Python 版本

  4. Artifactory 中不存在该包。确保您使用的是: