通过运行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上运行它,但是在上面的屏幕截图中仍然出现相同的错误
答案 0 :(得分:0)
尝试
pip install --user tensorflow
或
pip install tensorflow
用于安装Matplotlib:
pip install matplotlib
答案 1 :(得分:0)
通过安装python 3.6.7(从3.7降级)修复了该问题