所以我用PPA做的搅拌机:
https://launchpad.net/~thomas-schiex/+archive/ubuntu/blender
除了一个问题,一切都很好。我尝试使用一个名为“动画节点”的副词,而不是试图启用它会导致以下错误:
在PPA中我发现:
要让NumPy在Python3.5发行版上使用Python3.6(预巧妙),请使用pip安装numpy。
所以我在终端中输入pip install numpy
来安装它。现在看起来是:
design@3dDesign:~$ pip install numpy
Requirement already satisfied: numpy in ./.local/lib/python2.7/site-packages
但问题仍然存在。
搅拌机使用3.6版本:
也许版本有问题?或者我需要用特定的方式将搅拌器中的Python与numpy库连接起来?
查找名为Shotpacker的外部addon,也使用numpy并获得以下错误:
Н如何添加numpy库?
发布于 2017-11-24 21:47:53
/ path / to /blenderspython/python pip安装numpy,其中/path/toblenderspython是您版本的混合器python目录的路径。它可能是基于报表错误映像的/usr/share/blender/2.79/python/bin/
。
然后再次尝试启用名为“动画节点”的插件。
资料来源:
https://blender.stackexchange.com/questions/56011/how-to-use-pip-with-blenders-bundled-python
https://askubuntu.com/questions/977311
复制相似问题