nutonomy / nuscenes-devkit

The devkit of the nuScenes dataset.
https://www.nuScenes.org
Other
2.24k stars 617 forks source link

failed with 'pip install nuscenes-devkit' #903

Closed harborsarah closed 1 year ago

harborsarah commented 1 year ago

Hi, I would like to ask if python 3.9 is suitable for installing nuscenes package? Also, I check the requirement.txt files and didn't find it is required to install 'pycocotools' but when i try to download nuscenes, it is always error when build wheel of pycocotools. I would like to ask how to solve this problem. image

Thanks for the help

whyekit-motional commented 1 year ago

@harborsarah the devkit is tested for Python 3.6 and Python 3.7, so installing it in an environment that uses python=3.7 might solve your issue