繁体   English   中英

Tensorflow GPU 的安装

[英]Installation of Tensorflow gpu

我正在尝试安装 Tensorflow GPU,但此错误一直在我的 Anaconda 提示中弹出。 我该怎么办?

Could not install packages due to an  EnvironmentError: [WinError 5] 
Access is denied: 'c:\\users\\hp user\\anaconda3\\envs\\tensorflow\\Lib\\site-packages\\numpy\\.libs\\libopenblas.BNVRK7633HSX7YVO2TADGR4A5KEKXJAW.gfortran-win_amd64.dll' 
Consider using the `--user` option or check the permissions.

您使用的用户帐户无权通过 pip 执行全局安装,您需要在命令中添加 --user 命令,例如
pip install tensorflow-gpu --user

由于权限问题而导致的问题,因此您必须以管理员模式打开cmd并运行以下命令

pip install tensorflow-gpu

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM