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
$ m x aqua:apache/spark -- which pyspark
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
Running `target/debug/mise x 'aqua:apache/spark' -- which pyspark`
Error:
0: failed to install aqua:apache/spark@latest
1: HTTP status client error (404 Not Found) for url (https://dlcdn.apache.org/spark/spark-latest/spark-latest-bin-hadoop3.tgz)
2: HTTP status client error (404 Not Found) for url (https://dlcdn.apache.org/spark/spark-latest/spark-latest-bin-hadoop3.tgz)
The text was updated successfully, but these errors were encountered:
Seems like latest is not resolved which is not surprising as mise latest does not return anything. Current code relies on AquaPackage.version_source=github_tag to list versions or falls back to releases. The apache/spark registry has neither version_source set nor has it github releases.
Function _list_remote_versions should probably fall back to tags if there are no releases.
The text was updated successfully, but these errors were encountered: