nalexandru / BlenderCompat

Windows 7 support for Blender 3.x and newer
BSD 3-Clause "New" or "Revised" License
248 stars 23 forks source link

Can't install addon on Windows 7 x64. #78

Closed EtherealQuest closed 8 months ago

EtherealQuest commented 8 months ago

It says: "ImporError: DLL load failed while importing _multiarray_umath: The parameter is incorrect" and also says: "Importing the numpy C-extensions failed. This error can happen for many reasons, often due to issues with your setup of how NumPy was installed"

nalexandru commented 8 months ago

You need to have some updates installed for numpy to work, please see the discussion about 4.0.1, https://github.com/nalexandru/BlenderCompat/discussions/71#discussioncomment-7763777

EtherealQuest commented 8 months ago

It worked! Thank you very much!

nalexandru commented 8 months ago

You're welcome.