quadra
quadra copied to clipboard
Package release
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
anomalibpackage from the fork and add the correct dependency. - Remove the
anomalibdependency from the list and installation tutorials mentioning thatanomalibhas to be installed beforequadra.