NotWritableError: The current user does not have write permissions to a required path.
path: /opt/conda/pkgs/urls.txt
uid: 1000
gid: 1000
If you feel that permissions on this path are set incorrectly, you can manually
change them by executing
$ sudo chown 1000:1000 /opt/conda/pkgs/urls.txt
In general, it's not advisable to use 'sudo conda'.
Here are the error messages I got:
How do I solve this?