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

后端 未结 7 2113
我寻月下人不归
我寻月下人不归 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:39

    You can try the followings in sequence:

    pip install -U --ignore-installed wrapt
    pip install tensorflow
    

提交回复
热议问题