我不能pip install fbprophet
也不能pip install pystan
。
我在Windows10上使用VS代码和Python 3.9.3 64位。我还更新了Visual Studio Build工具的最新版本(16.11.3),因为有些人说,使用pystan
至少需要Visual Studio C++14.0。
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,但我没用。感谢您的帮助。
问题出在安装httpstan
时。您使用的是Windows,但根据其pypi
页面,它只支持Linux和MacOS。车轮列表证实了这一点。
你可以通过使用VM或docker来绕过这一点,这两者都不在这个问题的范围内,所以试着研究一下。