-
Notifications
You must be signed in to change notification settings - Fork 27
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
pointpats on conda-forge fails pip check #80
Comments
Steps to reproduce the error:
|
Hi @giswqs! The odd thing is that, I think, the package does not require opencv. It's a "soft dependency," being that one function attempts to import it, but if the package is not provided, then the function simply errors. This pattern is used elsehwere in python (such as |
The |
It appears that the only function using opencv is pointpats/pointpats/centrography.py Lines 105 to 108 in 9a09bd7
|
I believe that this was resolved by #82. |
Conda-forge now recommends adding
pip check
in the recipe. The pointpats package on the conda-forge channel failspip check
with an errorpointpats 2.2.0 requires opencv-contrib-python, which is not installed.
This is causing issues for all downstream packages that might be submitted to the conda-forge channel in the future. It appears thatopencv-contrib-python
in the setup.py, but it is not available on the conda-forge channel.https://github.com/conda-forge/pointpats-feedstock/blob/b433cecfc45129bae5fe956f11f0b7b20efa339d/recipe/meta.yaml#L21
The text was updated successfully, but these errors were encountered: