ERROR: Cannot uninstall 'wrapt'. when installing tensorflow-gpu~=1.14

后端 未结 7 2134
我寻月下人不归
我寻月下人不归 2021-01-18 11:03

I am trying to install the following version of TensorFlow-GPU because the author of gitrepo has suggested it here.

[jalal@goku examples]$ pip install tenso         


        
7条回答
  •  我在风中等你
    2021-01-18 11:25

    Updating Conda and trying to install Tensorflow again worked for me:

    conda update --all
    pip install tensorflow
    

提交回复
热议问题