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

Update pip during dev environment installation #5378

Merged
merged 1 commit into from
May 6, 2021

Conversation

lagru
Copy link
Member

@lagru lagru commented May 5, 2021

Description

Running pip install -r <(cat requirements/*.txt) with pip 20.2.3 will fail with an error "Double requirement given [...]" if any requirements have appear twice with conflicting version specs. E.g. numpy at the time of this commit. Updating pip to 21.1.1 solves this issue.

See #5377 for more details.

Checklist

For reviewers

  • Check that the PR title is short, concise, and will make sense 1 year
    later.
  • Check that new functions are imported in corresponding __init__.py.
  • Check that new features, API changes, and deprecations are mentioned in
    doc/release/release_dev.rst.

Running pip install -r <(cat requirements/*.txt) with pip 20.2.3 will
fail with an error "Double requirement given [...]" if any requirements
have appear twice with conflicting version specs. E.g. numpy at the
time of this commit.

Updating pip to 21.1.1 solves this issue.
Copy link
Contributor

@grlee77 grlee77 left a comment

Choose a reason for hiding this comment

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

Thanks @lagru!

@hmaarrfk hmaarrfk merged commit 4eb847e into scikit-image:main May 6, 2021
@lagru lagru deleted the update-install-guide branch May 6, 2021 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 Installation 📄 type: Documentation Updates, fixes and additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants