Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't import model, got only axis (numpy has no attribute 'bool') #115

Open
bgiraudr opened this issue Oct 17, 2023 · 0 comments
Open

Can't import model, got only axis (numpy has no attribute 'bool') #115

bgiraudr opened this issue Oct 17, 2023 · 0 comments

Comments

@bgiraudr
Copy link

Using an Endeavour and Blender 3.6.4 I couldn't import models.
After looking after it, it was due to my version of numpy (got the error AttributeError: module 'numpy' has no attribute 'bool' in my terminal)

Simply downgrade your numpy version using the following lines :

python -m pip uninstall numpy
python -m pip install numpy==1.23.1

And the add-on finally works.

It'll be a good idea to update the add-on for new versions of numpy

@bgiraudr bgiraudr changed the title Can't import model, got only axis (Numpy error) Can't import model, got only axis (numpy has no attribute 'bool') Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant