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

"Cannot install datasette-rure==0.1, datasette-rure==0.2 and datasette-rure==0.3 because these package versions have conflicting dependencies" #8

Open
ctsrc opened this issue Aug 6, 2023 · 0 comments

Comments

@ctsrc
Copy link

ctsrc commented Aug 6, 2023

I ran

datasette install datasette-rure

but got the following error

WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/certifi-2023.7.22-py3.11.egg-info due to invalid metadata entry 'name'
WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/certifi-2023.7.22-py3.11.egg-info due to invalid metadata entry 'name'
Collecting datasette-rure
  Downloading datasette_rure-0.3-py3-none-any.whl (7.5 kB)
Requirement already satisfied: datasette in /opt/homebrew/Cellar/datasette/0.64.3_1/libexec/lib/python3.11/site-packages (from datasette-rure) (0.64.3)
  Downloading datasette_rure-0.2-py3-none-any.whl (7.2 kB)
  Downloading datasette_rure-0.1-py3-none-any.whl (6.2 kB)
ERROR: Cannot install datasette-rure==0.1, datasette-rure==0.2 and datasette-rure==0.3 because these package versions have conflicting dependencies.

The conflict is caused by:
    datasette-rure 0.3 depends on rure
    datasette-rure 0.2 depends on rure
    datasette-rure 0.1 depends on rure

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

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
WARNING: Skipping /opt/homebrew/lib/python3.11/site-packages/certifi-2023.7.22-py3.11.egg-info due to invalid metadata entry 'name'

[notice] A new release of pip is available: 23.0.1 -> 23.2.1
[notice] To update, run: /opt/homebrew/Cellar/datasette/0.64.3_1/libexec/bin/python -m pip install --upgrade pip

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

No branches or pull requests

1 participant