在Anaconda上安装tensorflow(发生错误:matplotlib和用户权限(13))

时间:2018-12-01 04:21:40

标签: python tensorflow

通过运行conda install -c conda-forge tensorflow在anaconda版本5.3.0 cmd环境上安装tensorflow时,出现了以下错误:

click here for print screen of error

我已经尝试按照别人对'This process cannot access the file because it is being used by another process - permission error(13)'的说法进行操作,并按照建议在admin上运行它,但是在上面的屏幕截图中仍然出现相同的错误

2 个答案:

答案 0 :(得分:0)

尝试

pip install --user tensorflow  
  

pip install tensorflow

用于安装Matplotlib:

pip install matplotlib

答案 1 :(得分:0)

通过安装python 3.6.7(从3.7降级)修复了该问题