Hi,
cluster: yggdrasil
user: briel
I’m experiencing an issue with installing and removing conda environments.
I ran into issues with conda being unable to remove its files using conda clean --all
and being unable to install some new packages in a new environments (such as jupyter) due to files being unable to be removed. I suspect my .conda folder got corrupted during installation or removal of part of an environment.
As such, I tried resetting my conda environment. However, there are currently “ghost” files in my .conda folder that cannot be deleted by me. rm -rf does not work.
Can these please be deleted (or the complete .conda folder in my home directory)?
Or could it be reverted back to an earlier working date (ie yesterday)?
example:
/home/users/b/briel/.conda/pkgs/webencodings-0.5.1-py311h06a4308_1/lib/python3.11/site-packages/webencodings-0.5.1-py3.11.egg-info/PKG-INFO
ls
returns:
ls: cannot access 'PKG-INFO': No such file or directory
ls: cannot access 'SOURCES.txt': No such file or directory
ls: cannot access 'dependency_links.txt': No such file or directory
ls: cannot access 'top_level.txt': No such file or directory
total 0
-????????? ? ? ? ? ? dependency_links.txt
-????????? ? ? ? ? ? PKG-INFO
-????????? ? ? ? ? ? SOURCES.txt
-????????? ? ? ? ? ? top_level.txt