【发布时间】:2021-08-18 01:53:43
【问题描述】:
当我尝试在 Anaconda 提示符下安装 auto-ts 包(pip install auto-ts)时,我收到以下错误消息。
ERROR: Could not find a version that satisfies the requirement httpstan<4.5,>=4.4 (from pystan>=2.14->fbprophet->auto-ts) (from versions: 0.2.5, 0.3.0, 0.3.1, 0.4.0, 0.5.0, 0.6.0, 0.7.2, 0.7.3, 0.7.5, 0.7.6, 0.8.0, 0.9.0, 0.10.1, 1.0.0)
ERROR: No matching distribution found for httpstan<4.5,>=4.4 (from pystan>=2.14->fbprophet->auto-ts)
我也尝试过使用以下命令并升级了 pip,但遇到了同样的问题。
注意:对于以下命令,我也遇到了 No matching distribution 错误。有人遇到同样的问题吗? 点安装 fbprophet pip install pystan==2.17.1.0
【问题讨论】:
-
操作系统? Python版本?我怀疑 Python 3.6。 32 位与 64 位?
-
你能修改这个库对正式文档的要求吗?和大家见面?
-
Windows 操作系统。 Python 版本是 Python 3.7.7 我正在 Anocanda 的 Jupyter Notebook 中尝试这个
-
在 Ubuntu 20.10 上尝试执行
python3 -m pip install --upgrade --user pystan时出现同样的问题。啊,但是python3 -m pip install --upgrade --user pip解决了这个问题。除了现在,奇怪的是,即使安装了 pystan 3.2.0,python 说没有这样的模块。 -
你解决了吗?
标签: pip