AttributeError: module ‘numpy’ has no attribute ‘typeDict’

I was trying to use the package pyensembl and ran into this same issue. I was able to work around it for now with

pip install numpy==1.21

Which should suffice until some of these less active packages are able to update to the new API.

Leave a Comment