lasa01 / Plumber

A Blender addon for importing Source 1 engine maps, models, materials and textures. This addon makes it possible to import full CS:GO, TF2, CS:S or other Source 1 game maps into Blender.
MIT License
395 stars 29 forks source link

ModuleNotFoundError: No module named 'numpy.core._multiarray_umath' #134

Closed TheAwesome98-Real closed 2 years ago

TheAwesome98-Real commented 2 years ago

Describe the bug A clear and concise description of what the bug is. When enabling the addon: image image

Expected behavior A clear and concise description of what you expected to happen. The addon to activate and me be able to import d1_trainstation_01_d.vmf

To Reproduce Steps to reproduce the behavior:

  1. Enable the addon on Linux

Related files Upload an example of files that cause the issue [e.g. de_mirage_d.vmf]. N/A

Logs image image

Screenshots image image

Details (please complete the following information):

Additional context Add any other context about the problem here. I tried doing pip3 install --upgrade numpy didn't fix it

lasa01 commented 2 years ago

This seems to be a problem with your Blender installation (which should come with a functional numpy). I can't help you with fixing that, but in any case should try the newest beta release of the addon since it no longer requires numpy.

TheAwesome98-Real commented 2 years ago

how do i get a beta release? just build from source?

lasa01 commented 2 years ago

Here.

TheAwesome98-Real commented 2 years ago

thanks, that's fixed it