我是,不是,也不是pip install fbprophet,也不是pip install pystan。
我在Windows 10上使用VS代码和Python3.9.3 64位。我还更新了最新版本的(16.11.3),因为有些人说,使用pystan至少需要Visual 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,但我不使用它。任何帮助都很感激。
https://stackoverflow.com/questions/69394288
复制相似问题