"conda install" dauert Ewigkeiten
Verfasst: Dienstag 12. Juli 2022, 21:25
Hi.
Ich bin es von Linux gewohnt, dass Python Packages mit sehr schnell installiert werden. Unter Windows 10 und anaconda dauert die Installation von jedem neuen Package mit eine Ewigkeit (~15 bis 20 Minuten), auch wenn im Endeffekt nur wenige Kilobyte heruntergeladen werden.
Beispiel:
Im Internet habe ich an mehreren Stellen gelesen, dass
Abhilfe schaffen soll, tut es aber nicht. Es kommen bei der Installation trotzdem die Meldungen
Hat jemand einen Rat?
Ich bin es von Linux gewohnt, dass Python Packages mit
Code: Alles auswählen
pip install <package>
Code: Alles auswählen
conda install <package>
Beispiel:
Code: Alles auswählen
conda install -c conda-forge cfgrib
Code: Alles auswählen
The following packages will be downloaded:
package | build
---------------------------|-----------------
cfgrib-0.9.10.1 | pyhd8ed1ab_0 39 KB conda-forge
findlibs-0.0.2 | pyhd8ed1ab_0 11 KB conda-forge
python-eccodes-1.4.0 | py39h5d4886f_1 62 KB conda-forge
------------------------------------------------------------
Total: 112 KB
Code: Alles auswählen
conda config --set channel_priority flexible
Code: Alles auswählen
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done