You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RuntimeError: module compiled against API version 0xf but this version of numpy is 0xe
This is because numba==0.55.* uses numpy<1.23 which translates to numpy==1.22.*, but in this project we specify numpy==1.21.*, which causes such conflicts.
The text was updated successfully, but these errors were encountered:
Currently we get the following error:
This is because
numba==0.55.*
usesnumpy<1.23
which translates tonumpy==1.22.*
, but in this project we specifynumpy==1.21.*
, which causes such conflicts.The text was updated successfully, but these errors were encountered: