Skip to content

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed #21162

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

Open
KseniaTya opened this issue Apr 14, 2025 · 1 comment
Assignees
Labels
stat:awaiting response from contributor type:support User is asking for help / asking an implementation question. Stackoverflow would be better suited.

Comments

@KseniaTya
Copy link

Good evening!
I got the following problem when reinstalling tensorflow.
How can I solve it?

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. gensim 4.3.3 requires numpy<2.0,>=1.18.5, but you have numpy 2.1.3 which is incompatible. tensorflow-intel 2.13.1 requires keras<2.14,>=2.13.1, but you have keras 3.9.2 which is incompatible. tensorflow-intel 2.13.1 requires numpy<=1.24.3,>=1.22, but you have numpy 2.1.3 which is incompatible. tensorflow-intel 2.13.1 requires tensorboard<2.14,>=2.13, but you have tensorboard 2.19.0 which is incompatible.

Thank you!

@dhantule dhantule added the type:support User is asking for help / asking an implementation question. Stackoverflow would be better suited. label Apr 15, 2025
@dhantule
Copy link
Contributor

Hi @KseniaTya, thanks for reporting this.

Could you restart your runtime and check if the error message goes away?
There could also be compatibility issues between the versions of your installed packages. You can also use the command
pip list to check the versions of all installed packages and identify the conflicting dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stat:awaiting response from contributor type:support User is asking for help / asking an implementation question. Stackoverflow would be better suited.
Projects
None yet
Development

No branches or pull requests

3 participants