mmdetection
mmdetection copied to clipboard
numpy version error when install mmdet3d v0.17.1
I am using a model based on mmdet3d v0.17.1, but I meet an error when installing it log: Installed /home/puzek/anaconda3/envs/bevformer/lib/python3.8/site-packages/mmdet3d-0.17.1-py3.8-linux-x86_64.egg Processing dependencies for mmdet3d==0.17.1 error: numpy 1.19.5 is installed but numpy>=1.20.3 is required by {'pandas'}
and my numpy version is 1.23.5
Hi, maybe you can check your pip list to check your numpy version. Haven't met this error before
@BIGWangYuDong I met the same error as @18lalala . pip list and conda list shows the same version of numpy 1.19.5. But still reporting this error while running python setup.py install under mmdetection3d project.
@BIGWangYuDong I also encountered the same error as @18lalala. I tried uninstall and install numpy according to the error message several times but I wasn't able to make it. At first, it wants numpy 1.19.5 so I downgraded it to 1.19.5 but then it wants numpy >=1.20.x. How can I resolve the conflict?
would you mind giving us your install command? Maybe the version of pandas
does not match, try to down-grad your pandas version @myteen2 @Gebixiaochen @18lalala
Also, if anyone has fixed this bug, feel free to give us a fix for it.
This issue is marked as stale because it has been marked as invalid or awaiting response for 7 days without any further response. It will be closed in 5 days if the stale label is not removed or if there is no further response.
This issue is closed because it has been stale for 5 days. Please open a new issue if you have similar issues or you have any new updates now.