首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >不能安装pystan

不能安装pystan
EN

Stack Overflow用户
提问于 2021-09-30 14:45:17
回答 1查看 1.8K关注 0票数 1

我是,不是,也不是pip install fbprophet,也不是pip install pystan

我在Windows 10上使用VS代码和Python3.9.3 64位。我还更新了最新版本的(16.11.3),因为有些人说,使用pystan至少需要Visual C++ 14.0。

代码语言:javascript
复制
Collecting pystan
  Using cached pystan-3.2.0-py3-none-any.whl (13 kB)
Collecting clikit<0.7,>=0.6
  Using cached clikit-0.6.2-py2.py3-none-any.whl (91 kB)
Collecting aiohttp<4.0,>=3.6
  Using cached aiohttp-3.7.4.post0-cp39-cp39-win_amd64.whl (634 kB)
Collecting pysimdjson<4.0,>=3.2
  Using cached pysimdjson-3.2.0-cp39-cp39-win_amd64.whl (157 kB)
ERROR: Could not find a version that satisfies the requirement httpstan<4.6,>=4.5 (from pystan) (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)
ERROR: No matching distribution found for httpstan<4.6,>=4.5 (from pystan)

此外,尝试安装httpstan不工作,也会给我带来更多的错误。我见过人们使用conda/anaconda,但我不使用它。任何帮助都很感激。

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2021-09-30 14:51:07

问题是在安装httpstan时。您使用的是Windows,但根据其页面,它只支持Linux和MacOS。这一点得到了车轮清单的证实。

您可以通过使用VM或对接程序来绕过这一点,这两者都超出了这个问题的范围,所以请尝试研究这一点。

票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/69394288

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档