Using the @jit(nopython=True) decorator to report an error: module 'numpy' has no attribute 'typeDict'

1. The reason for the error

Is it because of a version conflict or incompatibility issue between numpy and scipy libraries, or other numpy-related packages that cause this error.

Two, solve

pip install --upgrade numpy scipy

Guess you like

Origin blog.csdn.net/weixin_72050316/article/details/131961078