尝试在 ubuntu 20.04 上安装 fbprophet 包

dar*_*r40 5 ubuntu facebook-prophet

尝试安装 fbprophet 时,安装卡在这部分

为收集的包构建轮子:先知 为先知构建轮子(setup.py)... | pystan 和 ehem 已安装。操作系统ubuntu 20.04

GAD*_*D3R 2

您需要pystan先安装fbprophet

安装说明:

Prophet 的默认依赖项是 pystan。PyStan 有自己的安装说明。在使用 pip 安装 Prophet 之前,先用 pip 安装 pystan。

python3 -m pip install pystan==2.19.1.1
sudo apt install python3-dev
python3 -m pip install prophet
Run Code Online (Sandbox Code Playgroud)