所以我有一个来自 PPA 的 Blender:
https://launchpad.net/~thomas-schiex/+archive/ubuntu/blender
一切正常,除了一个问题。我尝试使用一个名为“动画节点”的插件,而不是尝试启用它会导致此错误:
在 PPA 中,我发现了这个:
为了让 NumPy 在基于 Python 3.5 的发行版上使用 Python 3.6(预艺术),请使用 pip 安装 numpy。
所以我通过输入pip install numpy
终端来安装它。现在看起来像:
design@3dDesign:~$ pip install numpy
Requirement already satisfied: numpy in ./.local/lib/python2.7/site-packages
但问题依然存在。
也许版本有问题?或者也许我需要以特定方式将搅拌机中的 Python 与 numpy 库链接?
找到名为 Shotpacker 的外部插件,也使用 numpy 并收到此错误:
Нow 添加 numpy 库?
/path/to/blenderspython/python pip install numpy 其中 /path/toblenderspython 是您的blenders python目录版本的路径。这可能
/usr/share/blender/2.79/python/bin/
基于您的报告错误图像。然后尝试再次启用名为“动画节点”的插件。
资料来源:
来自 sambler 的评论
https://blender.stackexchange.com/questions/56011/how-to-use-pip-with-blenders-bundled-python