PermissionError: [WinError 5] denied access. : 'D: \\ software \ ......_ path.cp36-win_amd64.pyd' solution

Existing environment: anaconda + tensorflow

Command to install tensorlayer is pip install tensorlayer

Last error:

PermissionError: [WinError 5] 拒绝访问。: 'd:\\software\\anaconda3.4.4\\lib\\site-packages\\matplotlib\\_path.cp36-win_amd64.pyd'

The solution is to install tensorlayer using the following command:

pip install --user tensorlayer

Guess you like

Origin blog.csdn.net/a857553315/article/details/87826749