You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to install tensorflow 2.3.1 but I got his message. Any help?
!pip install -U tensorflow==2.3.1
pip3 install -U tensorflow install -U tensorflow==2.3.1
Defaulting to user installation because normal site-packages is not writeable
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already satisfied: tensorflow in /home/pi/.local/lib/python3.7/site-packages (0.11.0)
Collecting install
Using cached https://www.piwheels.org/simple/install/install-1.3.4-py3-none-any.whl (3.1 kB)
ERROR: Cannot install tensorflow and tensorflow==2.3.1 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested tensorflow
The user requested tensorflow==2.3.1
To fix this you could try to:
loosen the range of package versions you've specified
remove package versions to allow pip attempt to solve the dependency conflict
Defaulting to user installation because normal site-packages is not writeableLooking in indexes: https://pypi.org/simple, https://www.piwheels.org/simpleRequirement already satisfied: tensorflow in /home/pi/.local/lib/python3.7/site-packages (0.11.0)Collecting install Using cached https://www.piwheels.org/simple/install/install-1.3.4-py3-none-any.whl (3.1 kB)ERROR: Cannot install tensorflow and tensorflow==2.3.1 because these package versions have conflicting dependencies.The conflict is caused by: The user requested tensorflow The user requested tensorflow==2.3.1To fix this you could try to:1. loosen the range of package versions you've specified2. remove package versions to allow pip attempt to solve the dependency conflictERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies
This reproducer command is weird. You probably didn't mean to include that second install -U — with that in your command, pip attempts to install a package called install (which is also visible in your log).
Description
I need to install tensorflow 2.3.1 but I got his message. Any help?
!pip install -U tensorflow==2.3.1
pip3 install -U tensorflow install -U tensorflow==2.3.1
Defaulting to user installation because normal site-packages is not writeable
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already satisfied: tensorflow in /home/pi/.local/lib/python3.7/site-packages (0.11.0)
Collecting install
Using cached https://www.piwheels.org/simple/install/install-1.3.4-py3-none-any.whl (3.1 kB)
ERROR: Cannot install tensorflow and tensorflow==2.3.1 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested tensorflow
The user requested tensorflow==2.3.1
To fix this you could try to:
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies
Expected behavior
No response
pip version
(21.0.1)
Python version
Python 3.7.3
OS
MAC
How to Reproduce
pip3 install -U tensorflow install -U tensorflow==2.3.1
Output
Code of Conduct
The text was updated successfully, but these errors were encountered: