Reputation: 57
My python version is 3.8.5 when i am doing this in spyder
pip install tensorflow
it shows error shown below
(base) C:\Users\Akanksha-Lab-PC>
(base) C:\Users\Akanksha-Lab-PC>UnsatisfiableError: The following specifications were found
'UnsatisfiableError:' is not recognized as an internal or external command,
operable program or
base) C:\Users\Akanksha-Lab-PC>to be incompatible with the existing python installation in your environment:
'to' is not recognized as an internal or external command,
operable program or batch file.
Upvotes: 0
Views: 264
Reputation: 1349
The information you give is very little ... So my suggestion is :
Uninstall all your python and anaconda .
Check your systen path and delete all python and anaconda.
Install latest version anaconda .
Upvotes: 1