V2AI / Det3D

World's first general purpose 3D object detection codebse.
https://arxiv.org/abs/1908.09492
Apache License 2.0
1.49k stars 298 forks source link

Error in nuscenes-devkit installation #54

Closed nyg2017 closed 4 years ago

nyg2017 commented 4 years ago

Error when I install the nuscenes-devkit. The detail error is : error in nuscenes-zbj setup command: "values of 'package_data' dict" must be a list of strings (got '*.json')

poodarchu commented 4 years ago

python setup.py install

nyg2017 commented 4 years ago

python setup.py install Thx for your reply. I runed this cmd, but the error just like that.

nyg2017 commented 4 years ago

python setup.py install

did I need download the dataset before I install the nuscenes-devkit?

poodarchu commented 4 years ago

or you can try python setup.py build develop; if it doesn't work, plean pip uninstall nuscenes_zbj and re clone again.

muzi2045 commented 4 years ago

"values of 'package_data' dict" must be a list of strings (got '*.json') when installing nuscenes-devikit Use setuptools 39.1.0

nyg2017 commented 4 years ago

"values of 'package_data' dict" must be a list of strings (got '*.json') when installing nuscenes-devikit Use setuptools 39.1.0

did you slove this problem?

a157801 commented 4 years ago

you just need to install setuptools 39.1.0 as claimed in install.md