quadra icon indicating copy to clipboard operation
quadra copied to clipboard

Package release

Open rcmalli opened this issue 2 years ago • 0 comments

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 avatar Jun 01 '23 08:06 rcmalli