Open zhishuifeiqian opened 1 year ago
Same problem, any solution?
@gxytcrc @zhishuifeiqian I found that this is because nuscenes devkit was updated to 1.1.11 on September 25, 2023, so the requirement for numpy is greater than 1.22. Therefore, we can downgrade nuscenes devkit to 1.1.10
@gxytcrc @zhishuifeiqian I found that this is because nuscenes devkit was updated to 1.1.11 on September 25, 2023, so the requirement for numpy is greater than 1.22. Therefore, we can downgrade nuscenes devkit to 1.1.10
It works, thank you!
ImportError: cannot import name 'bool' from 'numpy' (/pub/anaconda3/lib/python3.8/site-packages/numpy/init.py) ,Please provide a solution for the above error, thank you very much!
ImportError: cannot import name 'bool' from 'numpy' (/pub/anaconda3/lib/python3.8/site-packages/numpy/init.py) ,Please provide a solution for the above error, thank you very much!
numpy version is too high, you can downgrade to numpy==1.23. like
pip3 install numpy==1.23 -i https://mirrors.aliyun.com/pypi/simple
按照文档一步步下载,但是到python setup.py install这一部的时候出现报错,修改numpy版本也没有用,请问有办法解决吗