I am trying to update a package using pip through the command:
pip install [package name] --upgrade
I am receiving the following error and am not sure how to get around it:
Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: 'RECORD'
Consider using the `--user` option or check the permissions.
Does anyone know how I can fix this and upgrade my package?