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

pip install -r requirements.txt not working #2

Open
defining opened this issue May 16, 2024 · 1 comment
Open

pip install -r requirements.txt not working #2

defining opened this issue May 16, 2024 · 1 comment

Comments

@defining
Copy link

I don't know how is it possible that I'm the only one complaining about it (maybe it's my computer):

I tried to install in a venv pip install -r requirements but impossible to manage this conflict (even after trying with AppV12, AppV11 and AppV10):

"INFO: pip is looking at multiple versions of postgrest to determine which version is compatible with other requirements. This could take a while.
ERROR: Cannot install -r requirements.txt (line 33), -r requirements.txt (line 40), -r requirements.txt (line 86) and httpx==0.24.1 because these package versions have conflicting dependencies.

The conflict is caused by:
The user requested httpx==0.24.1
duckduckgo-search 3.8.4 depends on httpx>=0.24.1
gotrue 1.0.2 depends on httpx<0.25 and >=0.23
postgrest 0.10.6 depends on httpx<0.24.0 and >=0.23.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

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts"

Why am I the only one? What do I have to do?

@defining
Copy link
Author

I should mention that when I ask ChatGPT to reorder the list of packages to avoid conflicts, other similar conflicts appear.

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