mmdetection icon indicating copy to clipboard operation
mmdetection copied to clipboard

numpy version error when install mmdet3d v0.17.1

Open 18lalala opened this issue 2 years ago • 1 comments

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

18lalala avatar Jan 06 '23 04:01 18lalala

Hi, maybe you can check your pip list to check your numpy version. Haven't met this error before

BIGWangYuDong avatar Jan 06 '23 06:01 BIGWangYuDong

@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.

Gebixiaochen avatar Jan 16 '23 06:01 Gebixiaochen

@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?

myteen2 avatar Jan 25 '23 06:01 myteen2

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.

BIGWangYuDong avatar Feb 02 '23 05:02 BIGWangYuDong

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.

github-actions[bot] avatar Mar 06 '23 11:03 github-actions[bot]

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.

github-actions[bot] avatar Mar 11 '23 11:03 github-actions[bot]