AttributeError: module 'numpy' has no attribute 'typing' #31
Replies: 1 comment 1 reply
-
Hey @MV-Bb-gitgud, thank you for your question! This is interesting indeed. which version of numpy are you using? I'm currently using 2.2.5 in development and my pytests are not returning any errors. This can be because our pytests aren't complete, or because we don't have this version yet. Also, a quick google gave me the documentation from numpy and in their stable release (2.3) they still have the Some follow-up questions would be: what are you trying to do? What is the code you are executing when you get this error? Is this inside transformer-thermal-model itself, or when calling the package from one of your projects? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am getting an error, that numpy does not have the .typing attribute. I looked it up and it seems to be a depreciated attribute used in an older version of numpy. Is there an easy fix for this?
FILE: transformer_thermal_model\schemas_init_.py
ERROR: AttributeError: module 'numpy' has no attribute 'typing'
Beta Was this translation helpful? Give feedback.
All reactions