Conflict with requirement numba 0.53.0 and Python 3.10 #2415
Answered
by
JingweiZhang12
sgoldstein527
asked this question in
Q&A
-
I'm trying to install mmdetion3d from source and I run into the following issue: #11 18.36 ERROR: Could not find a version that satisfies the requirement numba==0.53.0 (from mmdet3d) It seems that numba 0.53.0 is not support on Python 3.10. Is there a reason the numba version requirements could not be increased to 0.55.0? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
JingweiZhang12
Apr 12, 2023
Replies: 1 comment
-
@sgoldstein527 We set numba==0.53.0 in order to be compatible with cuda9.0. If your use the cuda>10.0, just update the numba to the latest version. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JingweiZhang12
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@sgoldstein527 We set numba==0.53.0 in order to be compatible with cuda9.0. If your use the cuda>10.0, just update the numba to the latest version.