waspinator / pycococreator

Helper functions to create COCO datasets
Apache License 2.0
765 stars 179 forks source link

coco.git@2.1.0 is not found #49

Open Josin1 opened 7 months ago

Josin1 commented 7 months ago

pip install git+git://github.com/waspinator/coco.git@2.1.0 is not working

OrdenWills commented 6 months ago

pip install git+https://github.com/waspinator/pycococreator.git worked for me

Cai-RS commented 6 months ago

pip install git+https://github.com/waspinator/pycococreator.git worked for me

Hello. Can you please tell me the version of python in your env? I use python 2.7 but can't install pycococreator in the same way

OrdenWills commented 6 months ago

pip install git+https://github.com/waspinator/pycococreator.git worked for me

Hello. Can you please tell me the version of python in your env? I use python 2.7 but can't install pycococreator in the same way

python3 also changed pip install git+git://github.com/waspinator/coco.git@2.1.0 to pip install git+https://github.com/waspinator/pycococreator.git

Cai-RS commented 6 months ago

pip install git+https://github.com/waspinator/pycococreator.git worked for me

Hello. Can you please tell me the version of python in your env? I use python 2.7 but can't install pycococreator in the same way

python3 also changed pip install git+git://github.com/waspinator/coco.git@2.1.0 to pip install git+https://github.com/waspinator/pycococreator.git

I retried and it worked! Thanks a lot!