s-leger / archipack

Archipack for blender 2.79
https://blender-archipack.org
GNU General Public License v3.0
357 stars 49 forks source link

Can't install the archipack addon #289

Closed konstantinosfragkoulis closed 2 years ago

konstantinosfragkoulis commented 2 years ago

Archipack version: 1.2.84

Blender version: 2.93.3

Os version: Ubuntu 21.10

Description of the issue: I am trying to install the archipack add-on and I get the following error:

Traceback (most recent call last): File "/usr/share/blender/scripts/modules/addon_utils.py", line 351, in enable mod = import(module_name) File "/usr/share/blender/scripts/addons/archipack/init.py", line 69, in from . import archipack_manipulator File "/usr/share/blender/scripts/addons/archipack/archipack_manipulator.py", line 43, in from .archipack_gl import ( File "/usr/share/blender/scripts/addons/archipack/archipack_gl.py", line 32, in import numpy as np ModuleNotFoundError: No module named 'numpy'

I installed numpy(pip install numpy) and still get the same error

s-leger commented 2 years ago

Setup numpy to the right python interpreter may not be an easy task, take a look at blender's python console for the right one. Would rather download and setup a portable version of blender from official website.

konstantinosfragkoulis commented 2 years ago

I installed blender with snap and it works now.