georgian-io / Multimodal-Toolkit

Multimodal model for text and tabular data with HuggingFace transformers as building block for text data
https://multimodal-toolkit.readthedocs.io
Apache License 2.0
587 stars 84 forks source link

module 'numpy.linalg._umath_linalg' has no attribute '_ilp64' #63

Closed andysingal closed 8 months ago

andysingal commented 9 months ago

i tried to reinstall numpy but still got error:

module 'numpy.linalg._umath_linalg' has no attribute '_ilp64'
Screenshot 2024-01-16 at 11 36 58 AM
akashsaravanan-georgian commented 9 months ago

Hi @andysingal could you try the following code?

pip uninstall numpy
pip install numpy~=1.26.1