lyft / nuscenes-devkit

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

While installing using pip install -U lyft_dataset_sdk in virtual environment getting this error. #49

Closed rajeev921 closed 4 years ago

rajeev921 commented 4 years ago

ERROR: Could not find a version that satisfies the requirement black (from lyft-dataset-sdk==0.0.8) (from versions: none) ERROR: No matching distribution found for black (from lyft-dataset-sdk==0.0.8)

ternaus commented 4 years ago

What error do you get, when you run

pip install black ?

rajeev921 commented 4 years ago

pip install black Collecting black ERROR: Could not find a version that satisfies the requirement black (from versions: none) ERROR: No matching distribution found for black

pyaf commented 4 years ago

@rajeev921 which python version are you using?

rajeev921 commented 4 years ago

3.5.2

pyaf commented 4 years ago

Black requires 3.6.0+ See here: https://github.com/psf/black#installation

rajeev921 commented 4 years ago

Black requires 3.6.0+ See here: https://github.com/psf/black#installation

Thank you! Successfully installed now.