python安装工具包时候提示没有权限

Could not install packag es due to an EnvironmentError: [WinError 5] 拒绝访问。

Could not install packages due to an EnvironmentError: [WinError 5] 拒绝访问。: 'c:\\program files\\windowsapps\\pythonsoftwarefoundation.python.3.7_3.7.1218.0_x64__qbz5n2kfra8p0\\lib\\site-packages\\pip-19.0.3.dist-info\\entry_points.txt'
Consider using the `--user` option or check the permissions.

在install后面加--user即可

pip install --user pingouin

你可能感兴趣的:(Python,python,开发语言,linux)