Blender导入插件时提示Importing the numpy C-extensions failed解决方法

Blender导入daz_importer时提示Importing the numpy C-extensions failed报错,Blender版本4.5.1,Python为blender自带3.11,一开始打算更新python版本,后来发现只要在blender里边更新numpy版本就可以了,不需要更新python。
找到blender python源文件,运行[python path] -m pip install -U numpy

posted @ 2025-07-31 11:50  月神的使者  阅读(50)  评论(0)    收藏  举报