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

Package release #5

Closed
rcmalli opened this issue Jun 1, 2023 · 1 comment
Closed

Package release #5

rcmalli opened this issue Jun 1, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@rcmalli
Copy link
Collaborator

rcmalli commented Jun 1, 2023

quadra needs to be installed using tags defined inside the repository. For example:

pip install git+https://github.com/orobix/[email protected]

The main reason for this problem is that PyPI does not allow having direct links defined under the install_required (setup.py) or dependencies (pyproject.toml) list outside of PyPI. Because the Quadra relies on anomalib fork maintained under orobix/anomalib, this activity is on hold until resolved.

Possible solutions:

  • Release also anomalib package from the fork and add the correct dependency.
  • Remove the anomalib dependency from the list and installation tutorials mentioning that anomalib has to be installed before quadra.
@rcmalli rcmalli added enhancement New feature or request help wanted Extra attention is needed and removed help wanted Extra attention is needed labels Jun 1, 2023
@lorenzomammana
Copy link
Contributor

Closed by #126

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

No branches or pull requests

2 participants