Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.8k views
in Technique[技术] by (71.8m points)

python - Filenotfound error while running conda clean but file exists

i am trying to clean conda by running:

conda clean --all

However, it gives the following warning:

 WARNING: C:Usersmyname.condapkgs does not exist

After that, it breaks down with the following error

 FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\Users\myname\AppData\Local\Continuum\anaconda3\pkgs\jupyterlab_server-2.1.2-pyhd8ed1ab_0\site-packages\jupyterlab_server\tests\translations\jupyterlab-language-pack-es_CO\jupyterlab_language_pack_es_CO\locale\es_CO\LC_MESSAGES\jupyterlab_some_package.json'

However, if i go to windows explorer, this file does exists. Is there any reason why conda would think it does not exist?

Ps: Some background information, i just installed tensorflow and got some error messages. I tried to clean, update the packages and update conda itself, but all fail. So i hope by fixing at least this error i get a bit closer to getting my conda to work again.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...