Python程序教程

您现在的位置是:首页 >  Python

当前栏目

tensorflowpycharm安装_python tensorflow安装

安装,tensorflowpycharm,python,tensorflow
2025-03-13 21:27:30 时间

大家好,又见面了,我是你们的朋友全栈君。

【报错】Could not install packages due to an EnvironmentError: [WinError 5] 拒绝访问。: ‘f:\\strsoftware\\anaconda\\stranaconda\\lib\\site-packages\\tensorflow\\python\\_pywrap_tensorflow_internal.pyd’ Consider using the `–user` option or check the permissions.

或者:

【报错】Could not install packages due to an EnvironmentError: [WinError 5] 拒绝访问。: ‘C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\pip-uninstall-f7rqmg9w\\users\\administrator\\appdata\\roaming\\python\\python36\\site-packages\\scipy\\.lib s\\libansari.r6ea3hqp5kz6taxu4y4zvtrpt7uva53z.gfortran-win_amd64.dll’ Check the permissions.

【解决方案】

在pycharm的terminal中:

pip install –user -i https://pypi.doubanio.com/simple tensorflow==2.2.0(版本号,可改)

发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/174974.html原文链接:https://javaforall.cn