由于清华镜像源迟迟没有更新tensorflow1.13.1导致python3.7不能使用tensorflow 

这里有一个解决方法

管理员模式打开(一定要管理员模式 不然会导致权限不足)

在Ubuntu18.04上使用Anaconda(python3.7)环境中安装tensorflow1.13.1

输入

pip install tensorflow==1.13.1 -i  https://pypi.doubanio.com/simple/

卸载目前的numpy(版本需要更新)

conda remove numpy

然后重新安装

pip install numpy -i  https://pypi.doubanio.com/simple/

 

然后输入

conda list

在Ubuntu18.04上使用Anaconda(python3.7)环境中安装tensorflow1.13.1

 

相关文章:

  • 2021-07-30
  • 2022-12-23
  • 2021-11-10
  • 2022-12-23
  • 2021-05-02
  • 2021-12-08
  • 2022-12-23
  • 2021-11-28
猜你喜欢
  • 2021-12-26
  • 2021-05-26
  • 2022-12-23
  • 2021-11-16
  • 2021-11-12
  • 2022-01-22
相关资源
相似解决方案