MapTR
MapTR copied to clipboard
Numpy version conflict with av2
Hi all, great works on this awesome project!
However, I have a problem in installation.
In the installation doc: mmdetection3d is setup here, where in the requirement texts, numpy< 1.20 is required: runtime.txt.
However, in the step of av2: using requirement.txt in the main folder, av2 requires numpy that is newer than 1.20 to use numpy.typing, etc.
It would be great if someone can help me to fix this. Thanks!
I was able to reproduce the result using numpy==1.20.3. You can neglect the conflict with mmdetection3d
he
Hi all, great works on this awesome project!
However, I have a problem in installation.
In the installation doc: mmdetection3d is setup here, where in the requirement texts, numpy< 1.20 is required: runtime.txt.
However, in the step of av2: using requirement.txt in the main folder, av2 requires numpy that is newer than 1.20 to use numpy.typing, etc.
It would be great if someone can help me to fix this. Thanks!
hello,how did you slove this problem?
he
Hi all, great works on this awesome project! However, I have a problem in installation. In the installation doc: mmdetection3d is setup here, where in the requirement texts, numpy< 1.20 is required: runtime.txt. However, in the step of av2: using requirement.txt in the main folder, av2 requires numpy that is newer than 1.20 to use numpy.typing, etc. It would be great if someone can help me to fix this. Thanks!
hello,how did you slove this problem?
Well, temporarily I do not need the av2 package for my work. So I just commented the av2 from codes.
same issue, av2 numpy dependence confilicts with mmdet3d...
pip install numpy==1.23.5