Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conda install pycocotools on windows #415

Open
SylvainArd opened this issue May 8, 2020 · 6 comments
Open

conda install pycocotools on windows #415

SylvainArd opened this issue May 8, 2020 · 6 comments

Comments

@SylvainArd
Copy link

Hi,
the installation of pycocotools in Windows is difficult.
I see in the webpage
https://anaconda.org/conda-forge/pycocotools
that we can do conda install but uniquely on Linux and OsX
is it possibhle to add Windows please ?
Thank you
Best regards

@zmic
Copy link

zmic commented May 12, 2020

pip install pycocotools-windows

@SylvainArd
Copy link
Author

SylvainArd commented May 12, 2020 via email

@zmic
Copy link

zmic commented May 12, 2020 via email

@SylvainArd
Copy link
Author

SylvainArd commented May 12, 2020 via email

@onepoint16
Copy link

If your still looking for a fix following the top answer on this stack overflow worked for me: https://stackoverflow.com/questions/67940561/troubleshooting-pycocotools-installation

@Vishnucreate
Copy link

Best way to install Pycotools don't pip install it will show a lot of errors get into cmd from the file folder where you want to save the location and do the following :
best way is to clone a git hub repository
just type this into the cmd:

git clone https://github.com/CiaranWelsh/PyCoTools.git

cd PyCoTools #to get into the file

since i am installing it into a YOLOv5 model my next steps would be
pip install -r requirements.txt

Finally
python setup.py install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants