ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied: 'C:\\Users\\lab_ncpchost4105.AMR\\AppData\\Roaming\\Python\\Python36\\site-packages\\pywin32_system32\\pythoncom36.dll' Check the permissions. code example

Example 1: ERROR: Could not install packages due to an EnvironmentError: [WinError 5] Access is denied: 'd:\\anaconda3\\scripts\\pip.exe' Consider using the `--user` option or check the permissions.

$ python -m pip install --user --upgrade pip

Example 2: ERROR: Could not install packages due to an EnvironmentError: [WinError 5] Access is denied: 'd:\\anaconda3\\scripts\\pip.exe' Consider using the `--user` option or check the permissions.

pip install --user <package_name>