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

Improve pip package #2

Closed
jancura opened this issue May 13, 2020 · 5 comments · Fixed by #24
Closed

Improve pip package #2

jancura opened this issue May 13, 2020 · 5 comments · Fixed by #24

Comments

@jancura
Copy link
Collaborator

jancura commented May 13, 2020

No description provided.

@jancura jancura added this to the Pip install milestone May 13, 2020
@pmeletis pmeletis changed the title How to make a pip package Make a pip package May 20, 2021
@pmeletis
Copy link
Owner

pmeletis commented Feb 6, 2022

pip package is created.

@pmeletis pmeletis closed this as completed Feb 6, 2022
@pmeletis
Copy link
Owner

pmeletis commented Feb 6, 2022

Find a way to automatically install pycocotools module from https://github.com/cocodataset/cocoapi, so running pp_merge_to_panoptic goes smoothly. @DdeGeus ?

@pmeletis pmeletis reopened this Feb 6, 2022
@pmeletis pmeletis changed the title Make a pip package Improve pip package Feb 7, 2022
@pmeletis pmeletis reopened this Feb 14, 2022
@pmeletis
Copy link
Owner

pmeletis commented Feb 14, 2022

When installing on Windows pip install pycocotools requires MSCV compiler, which makes installation cumbersome as build tools are not by default installed in Windows. This makes the first pip install to fail, then the user should install build tools manually and then execute pip install again.
Does it require extra dependencies in a "fresh" linux?
Maybe consider moving it to optional.txt again? (as it is used only on specific scripts) @vincentwen1995 @DdeGeus

@vincentwen1995
Copy link
Collaborator

vincentwen1995 commented Feb 14, 2022 via email

@pmeletis
Copy link
Owner

pmeletis commented May 1, 2022

ok, it's included now.

@pmeletis pmeletis closed this as completed May 1, 2022
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

Successfully merging a pull request may close this issue.

3 participants