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

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

    Try to use the following commands:

    pip install wrapt --upgrade --ignore-installed
    pip install tensorflow-gpu
    

    Good luck.

提交回复
热议问题