Beim Versuch, das R-Basispaket in meiner Conda-Umgebung zu installieren, erhalte ich eine Fehlermeldung ähnlich der folgenden:
[user@host ~]$ conda install r r-essentials
Collecting package metadata (current_repodata.json): done
Solving environment: failed with current_repodata.json, will retry with next repodata source.
Initial quick solve with frozen env failed. Unfreezing env and trying again.
Solving environment: failed with current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: - failed
Hier ist die Ausgabe von mir conda info
:
active environment : None
user config file : /home/user/.condarc
populated config files : /home/user/.condarc
conda version : 4.7.10
conda-build version : not installed
python version : 3.7.3.final.0
virtual packages :
base environment : /opt/miniconda (writable)
channel URLs : https://repo.anaconda.com/pkgs/main/linux-64
https://repo.anaconda.com/pkgs/main/noarch
https://repo.anaconda.com/pkgs/r/linux-64
https://repo.anaconda.com/pkgs/r/noarch
package cache : /opt/miniconda/pkgs
/home/user/.conda/pkgs
envs directories : /opt/miniconda/envs
/home/user/.conda/envs
platform : linux-64
user-agent : conda/4.7.10 requests/2.22.0 CPython/3.7.3 Linux/5.2.2-arch1-1-ARCH arch/rolling glibc/2.29
UID:GID : 1000:985
netrc file : None
offline mode : False
Die Kanal-URLs scheinen in Ordnung zu sein, sie führen zu korrekten Repos mit Paketen. Ich habe keine Probleme mit der Installation von Python-bezogenen Paketen in Conda, sehe dieses Problem nur bei R. Was kann die Ursache dafür sein?
Danke schön.
Antwort1
Dies war wahrscheinlich ein Fehler im Conda-Paketmanager selbst. Das obige Verhalten hörte sofort nach der Aktualisierung von Conda auf Version 4.7.11 auf.