Skip to content

pip install troubleshoot#83

Merged
josenimo merged 6 commits intoCosciaLab:mainfrom
josenimo:dephell
Sep 30, 2025
Merged

pip install troubleshoot#83
josenimo merged 6 commits intoCosciaLab:mainfrom
josenimo:dephell

Conversation

@josenimo
Copy link
Member

No description provided.

@josenimo josenimo requested a review from Copilot September 30, 2025 12:59
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR appears to troubleshoot pip installation issues by adding specific dependency versions and implementing wheel installation testing in CI workflows.

  • Updates package version from 0.7.0 to 0.7.1
  • Pins specific versions for multiple dependencies (tifffile, scikit-image, scikit-learn, xarray, pyogrio)
  • Adds comprehensive wheel installation testing across different operating systems and environments

Reviewed Changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
pyproject.toml Version bump and addition of pinned dependency versions
.github/workflows/test.yml Enhanced CI with wheel building and installation verification across multiple environments

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [windows-latest, macos-latest, ubuntu-latest ]
Copy link

Copilot AI Sep 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are extra trailing spaces after 'ubuntu-latest' in the matrix configuration.

Suggested change
os: [windows-latest, macos-latest, ubuntu-latest ]
os: [windows-latest, macos-latest, ubuntu-latest]

Copilot uses AI. Check for mistakes.
@josenimo
Copy link
Member Author

pip install was getting many pip: resolution-too-deep errors.
I was forced to check with uv solver which did it extremely fast <5s.
Then I constrained the dependencies strongly to help pip solve.
I also added pip install opendvp tests to the Github Actions. Hopefully this breaks loudly when pip install stops working.

@josenimo josenimo merged commit d87c22b into CosciaLab:main Sep 30, 2025
6 checks passed
@josenimo josenimo deleted the dephell branch September 30, 2025 13:55
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.

2 participants