Flask接口签名sign原理与实例代码浅析
1122
2022-08-30
prophet,fbprophet安装详细安装踩坑过程,一定能学会(Fbprophet)
pystan安装
首先创建一个新环境,我是创建的3.5,你可以创建3.6,3.7,反正版本别太高。
conda create -n env_zipline python=3.5conda activate env_zipline
安装编译器
conda install libpython m2w64-toolchain -c msys2
conda install numpy cython -c conda-forge
conda install matplotlib scipy pandas -c conda-forge
安装pystan:
pip install pystan
如果遇到报错如下:
Could not fetch URL There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:719) - skipping
请把你的VPN关了!
最后再安装prophet
pip install prophet
顺便送上官方文档,便于学习:
428335755
fbprophet安装
开始我是直接安装的:
pip install fbprophet
依赖安装
pip install convertdate
pip install fbprophet
pip install lunarcalendar
pip install fbprophet
pip install holidays
装好,又来:
pip install fbprophet
终于装好了! 我着急的取导入模块,却报错:OptionError: “No such keys(s): ‘compute.use_numexpr’”
解决办法:重启一下我的jupyter就好了。
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~