Skip to content

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

Description

@bgiraudr

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions