You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
This is not even a bug, but rather a flaw in the installer. During installation on Arch Linux, the script tries to install the python-conda package. However, it does not find such a target.
Therefore, you either need to install conda manually, or you can take it from the AUR repository.
yay -S python-conda
To Reproduce
OS and environment: Arch Linux (6.13.2-arch1-1)
SLM Lab: master or book branches
Error logs
:: Synchronizing package databases...
core is up to date
extra is up to date
multilib is up to date
error: target not found: python-conda
The text was updated successfully, but these errors were encountered:
Has this been fixed yet?
Maybe the script can be switched to use Miniconda instead of python-conda from the system package manager? Switching to Miniconda makes installs more reliable across all Linux distros and avoids the usual dependency issues, especially on Arch. For now, we could at least add a note in the docs that Arch users need to install python-conda manually from AUR. Or modify the script to detect Arch Linux and use the appropriate AUR helper (e.g., yay -S python-conda).
Not fixed yet. Actually, I was thinking about refining the script for Arch, but I wouldn't want to use the AUR manager. AUR is not reliable - packages can become outdated, break or disappear, so you shouldn't rely on it completely.
Describe the bug
This is not even a bug, but rather a flaw in the installer. During installation on Arch Linux, the script tries to install the
python-conda
package. However, it does not find such a target.Therefore, you either need to install conda manually, or you can take it from the AUR repository.
To Reproduce
Error logs
The text was updated successfully, but these errors were encountered: