When i am trying to install any library such as pandas and even when i tried to install clean package using conda install anaconda-clean.
it gives an error :
Collecting package metadata (current_repodata.json): failed
NotWritableError: The current user does not have write permissions to a required path.
path: /home/parth/.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 /home/parth/.conda/pkgs/urls.txt
In general, it's not advisable to use 'sudo conda'.