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:
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: