-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Comments
pip install pycocotools-windows |
yes but I want to pycocotools to be added to conda channels so I can
bundle it in constructor maded applications
Sylvain Ard
0549507724
0778380991
[email protected]
http://sylvain-ard.fr
Entreprise individuelle SIRET : 80079243400022
Appt 26 Bât A Résidence Le Patio
83 rue de la Bugellerie
86000 Poitiers
Le mar. 12 mai 2020 à 14:33, zmic <[email protected]> a écrit :
… pip install pycocotools-windows
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#415 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEWZCR6OHOAHWCQGFVGHYTTRRE6YRANCNFSM4M4HGYNQ>
.
|
I'm not very familiar with conda because I always use vanilla python.
However, I think that even in anaconda you can use pip install
conda install -c anaconda pip
python -m pip install pycocotools-windows
…On Tue, May 12, 2020 at 4:23 PM SylvainArd ***@***.***> wrote:
yes but I want to pycocotools to be added to conda channels so I can
bundle it in constructor maded applications
Sylvain Ard
0549507724
0778380991
***@***.***
http://sylvain-ard.fr
Entreprise individuelle SIRET : 80079243400022
Appt 26 Bât A Résidence Le Patio
83 rue de la Bugellerie
86000 Poitiers
Le mar. 12 mai 2020 à 14:33, zmic ***@***.***> a écrit :
> pip install pycocotools-windows
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <
#415 (comment)>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AEWZCR6OHOAHWCQGFVGHYTTRRE6YRANCNFSM4M4HGYNQ
>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#415 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKBIMNJHKSP2LGP4EFKRN3RRFLXDANCNFSM4M4HGYNQ>
.
|
yes I can install in anaconda but not bundled it in a installer with
constructor :
https://anaconda.org/anaconda/constructor
Sylvain Ard
0549507724
0778380991
[email protected]
http://sylvain-ard.fr
Entreprise individuelle SIRET : 80079243400022
Appt 26 Bât A Résidence Le Patio
83 rue de la Bugellerie
86000 Poitiers
Le mar. 12 mai 2020 à 16:51, zmic <[email protected]> a écrit :
… HI there!
I'm not very familiar with conda because I always use vanilla python.
However, I think that even in anaconda you can use pip install
conda install -c anaconda pip
python -m pip install pycocotools-windows
On Tue, May 12, 2020 at 4:23 PM SylvainArd ***@***.***>
wrote:
> yes but I want to pycocotools to be added to conda channels so I can
> bundle it in constructor maded applications
> Sylvain Ard
> 0549507724
> 0778380991
> ***@***.***
> http://sylvain-ard.fr
> Entreprise individuelle SIRET : 80079243400022
> Appt 26 Bât A Résidence Le Patio
> 83 rue de la Bugellerie
> 86000 Poitiers
>
>
> Le mar. 12 mai 2020 à 14:33, zmic ***@***.***> a écrit :
>
> > pip install pycocotools-windows
> >
> > —
> > You are receiving this because you authored the thread.
> > Reply to this email directly, view it on GitHub
> > <
> #415 (comment)
>,
> > or unsubscribe
> > <
>
https://github.com/notifications/unsubscribe-auth/AEWZCR6OHOAHWCQGFVGHYTTRRE6YRANCNFSM4M4HGYNQ
> >
> > .
> >
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <
#415 (comment)>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AAKBIMNJHKSP2LGP4EFKRN3RRFLXDANCNFSM4M4HGYNQ
>
> .
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#415 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEWZCR6XKMMCB2C7IEHDVOTRRFO5XANCNFSM4M4HGYNQ>
.
|
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 |
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 : 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 Finally |
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
The text was updated successfully, but these errors were encountered: