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

[WIP] GitHub Action to test wheels on all platforms #728

Closed
wants to merge 4 commits into from

Conversation

banesullivan
Copy link
Contributor

Attempt to test #725

Base automatically changed from windows-extras to master December 13, 2021 19:15
@banesullivan
Copy link
Contributor Author

@manthey, any idea what's going on here:

ERROR: Cannot install -r requirements-dev-core.txt (line 13) and large-image-source-tiff 0.1.dev1+g79153a0 (from /home/runner/work/large_image/large_image/sources/tiff) because these package versions have conflicting dependencies.
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies
INFO: pip is looking at multiple versions of large-image-source-openjpeg to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of large-image-source-nd2 to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of large-image-source-gdal to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of large-image-source-dummy to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of large-image-source-deepzoom to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of <Python from Requires-Python> to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of large-image-source-bioformats to determine which version is compatible with other requirements. This could take a while.

The conflict is caused by:
    The user requested large-image-source-tiff 0.1.dev1+g79153a0 (from /home/runner/work/large_image/large_image/sources/tiff)
    large-image-source-ometiff 0.1.dev1+g79153a0 depends on large-image-source-tiff>=1.0.0

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

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 this pull request may close these issues.

1 participant