安装fbprophet时出现pip安装错误

问题描述 投票:0回答:0

(对不起,我英语不好) 当我为 Windows 命令安装 fbprophet 时出现错误。 我已经安装了 pystan 和 cython。

我使用Windows 10,python 3.9版本。

也许,我的编译器有问题吗?

错误注释是(韩语错误并不是真正重要的事情),-->

===使用wheel构建时出错=== 错误:命令出错,退出状态为 1: 命令: 'c:\users\kstar ppdata\local\programs\python\python39\python.exe' -u -c '导入 io、os、sys、setuptools、tokenize; sys.argv[0] = '"'"'C:\Users\kstar\AppData\Local\Temp\pip-install-la81h33s bprophet_b85d314a94fb4910b19f0b36b012fb78\setup.py'"'"'; file='"'"'C:\Users\kstar\AppData\Local\Temp\pip-install-la81h33s bprophet_b85d314a94fb4910b19f0b36b012fb78\setup.py'"'"';f = getattr(tokenize, '"'"'open '"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"' ''''',''''' '"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\kstar\AppData\本地\Temp\pip-wheel-b98qkky1' cwd:C:\ Users \ kstar \ AppData \ Local \ Temp \ pip-install-la81h33s bprophet_b85d314a94fb4910b19f0b36b012fb78
完整输出(44行): 运行 bdist_wheel 运行构建 运行build_py 创建构建 创建构建\lib 创建 build\lib bprophet 创建 build\lib bprophet\stan_model 回溯(最近一次调用最后一次): 。 。 .

===运行setup.py时出错=== 错误:命令出错,退出状态为 1: 命令:c:\users\kstar ppdata\local\programs\python\python39\python.exe -u -c import io, os, sys, setuptools, tokenize; sys.argv[0] = C:\Users\kstar\AppData\Local\Temp\pip-install-la81h33s bprophet_b85d314a94fb4910b19f0b36b012fb78\setup.py; file=C:\Users\kstar\AppData\Local\Temp\pip-install-la81h33s bprophet_b85d314a94fb4910b19f0b36b012fb78\setup.py;f = getattr(tokenize, '"'"'open, open)(file) if os .path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup());code = f.read().replace('"'"' ''''',''''' '"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\kstar\AppData \Local\Temp\pip-record-avm6oqpp\install-record.txt' --single-version-externally-management --compile --install-headers 'c:\users\kstar ppdata\local\programs\python\ python39\包含 bprophet' cwd:C:\ Users \ kstar \ AppData \ Local \ Temp \ pip-install-la81h33s bprophet_b85d314a94fb4910b19f0b36b012fb78
完整输出(288行): 运行安装 运行构建 运行build_py 创建构建 创建构建\lib 创建 build\lib bprophet 创建 build\lib bprophet\stan_model 信息:pystan:现在正在编译模型 anon_model_f5236004a3fd5b8429270d00efcc0cf9 的 C++ 代码。 警告:pystan:不支持 MSVC 编译器 stanfit4anon_model_f5236004a3fd5b8429270d00efcc0cf9_296405994888268896.cpp c:\users\kstar ppdata\local\programs\python\python39\lib\site-packages 尤姆普

pip command facebook-prophet
© www.soinside.com 2019 - 2024. All rights reserved.