lyft / nuscenes-devkit

Devkit for the public 2019 Lyft Level 5 AV Dataset (fork of https://github.com/nutonomy/nuscenes-devkit)
Other
369 stars 103 forks source link

No pip package #2

Closed Dawars closed 4 years ago

Dawars commented 5 years ago

I would prefer using this loader from a package rather than cloning the repo and setting the PYTHONPATH manually. (Especially with docker containers)

There is no compiled package in pypi. The original devkit can be installed via pip install nuscenes-devkit. This option would make usage so much easier.

Also there is no setup.py to build the package as the original devkit had: https://github.com/nutonomy/nuscenes-devkit/blob/master/setup/setup.py

Normally one would be able to install the package from source using pip install git+https://github.com/lyft/nuscenes-devkit.git

ternaus commented 4 years ago

Thank you.

Should work now:

pip install -U git+https://github.com/lyft/nuscenes-devkit

or

pip install lyft-dataset-sdk