gpt4 book ai didi

facebook-prophet - Prophet/Python 中的库未加载 : @rpath/libtbb. dylib

转载 作者:行者123 更新时间:2023-12-05 02:27:23 28 4
gpt4 key购买 nike

我在 Mac X1 上,蒙特雷。

我已经安装了 prophet,但在尝试拟合模型时遇到了这个问题。

RuntimeError: Error during optimization: console log output:

dyld[90668]: Library not loaded: @rpath/libtbb.dylib

Referenced from: /Users/{username}/opt/anaconda3/lib/python3.9/site-packages/prophet/stan_model/prophet_model.bin
Reason: tried: '/private/var/folders/cd/dfrqgp4s4ll55cwb7rtgccbw0000gq/T/pip-install-rjpuj450/prophet_d7e4cce10e414c89a572fe3605ae9269/build/lib.macosx-11.1-arm64-cpython-39/prophet/stan_model/cmdstan-2.26.1/stan/lib/stan_math/lib/tbb/libtbb.dylib' (no such file), '/private/var/folders/cd/dfrqgp4s4ll55cwb7rtgccbw0000gq/T/pip-install-rjpuj450/prophet_d7e4cce10e414c89a572fe3605ae9269/build/lib.macosx-11.1-arm64-cpython-39/prophet/stan_model/cmdstan-2.26.1/stan/lib/stan_math/lib/tbb/libtbb.dylib' (no such file), '/usr/local/lib/libtbb.dylib' (no such file), '/usr/lib/libtbb.dylib' (no such file)

我知道这与搜索的错误路径有关。我可以在中找到 dylib

/Users/{user}/opt/anaconda3/lib/python3.9/site-packages/prophet/stan_model/cmdstan-2.26.1/stan/lib/stan_math/lib/tbb/

但是,先知似乎不知道要看那里。我很好奇如何更新/修复 rpath 变量或找到其他解决方案?

我尝试使用 sudo ln -s 创建符号链接(symbolic link),但在笔记本电脑上没有权限。

TIA!

最佳答案

我通过安装旧版本的 pystan 和 prophet 使其在 Apple Silicon(在我的例子中是 M1 Max)上运行:

pip install pystan==2.19.1.1
pip install prophet==1.0

另一个重要的难题是您应该使用 Python 3.8 让它工作。

安装旧版本的库和使用 Python 3.8 都在 issue #2002 中讨论过。在 Github 上,但实际上并没有对 libtbb.dylib 错误消息的解释。

关于facebook-prophet - Prophet/Python 中的库未加载 : @rpath/libtbb. dylib,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/73255165/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com