我的python版本是3.8.5,在pip install tensorflow的时候出现各种冲突
My python version is 3.8.5 when i am doing pip install tensorflow various conflicts has been arised
当我在 spyder 中执行此操作时,我的 python 版本是 3.8.5
pip install tensorflow
显示错误如下
(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.
你给的信息很少...所以我的建议是:
卸载所有 python 和 anaconda。
检查您的系统路径并删除所有 python 和 anaconda。
安装最新版本的anaconda。
当我在 spyder 中执行此操作时,我的 python 版本是 3.8.5
pip install tensorflow
显示错误如下
(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.
你给的信息很少...所以我的建议是:
卸载所有 python 和 anaconda。
检查您的系统路径并删除所有 python 和 anaconda。
安装最新版本的anaconda。