Lorsque j'essaie d'installer une bibliothèque telle que pandas et même lorsque j'ai essayé d'installer un paquetage propre en utilisant conda install anaconda-clean
. il donne une erreur :
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'.