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
In multiple plugins, such as nodejs and python, I get the warning No version is set for command shasum on both x86_64 and arm64 macs where asdf is installed via homebrew.
In some plugins, like nodejs it causes crashes. While I created an issue there asdf-vm/asdf-nodejs#388, the fact that it causes warnings and errors across multiple plugins makes me now think that this is an asdf core error.
Steps to Reproduce
On a mac with asdf installed via homebrew
Run asdf install nodejs 20.12.1 or asdf install python 3.12.1
Notice the warning or error printed to the console
remote: Enumerating objects: 28, done.
remote: Counting objects: 100% (28/28), done.
remote: Compressing objects: 100% (13/13), done.
remote: Total 28 (delta 11), reused 26 (delta 11), pack-reused 0
Unpacking objects: 100% (28/28), 25.27 KiB | 424.00 KiB/s, done.
From ssh://github.com/pyenv/pyenv
7deace66..5b4d5a32 master -> origin/master
python-build 3.12.1 /Users/user/.asdf/installs/python/3.12.1
No version is set for command shasum
Consider adding one of the following versions in your config file at /Users/user/.asdf/.tool-versions
perl 5.32.1
python-build: use openssl@3 from homebrew
python-build: use readline from homebrew
Downloading Python-3.12.1.tar.xz...
-> https://www.python.org/ftp/python/3.12.1/Python-3.12.1.tar.xz
Installing Python-3.12.1...
python-build: use tcl-tk from homebrew
python-build: use readline from homebrew
python-build: use ncurses from homebrew
python-build: use zlib from xcode sdk
Installed Python-3.12.1 to /Users/user/.asdf/installs/python/3.12.1
asdf: Warn: You have configured asdf to preserve downloaded files (with always_keep_download=yes or --keep-download). But
asdf: Warn: the current plugin (python) does not support that. Downloaded files will not be preserved.
334.53s user 103.07s system 252% cpu 2:53.52 total
Describe the Bug
In multiple plugins, such as
nodejs
andpython
, I get the warningNo version is set for command shasum
on bothx86_64
andarm64
macs whereasdf
is installed viahomebrew
.In some plugins, like
nodejs
it causes crashes. While I created an issue there asdf-vm/asdf-nodejs#388, the fact that it causes warnings and errors across multiple plugins makes me now think that this is anasdf
core error.Steps to Reproduce
asdf install nodejs 20.12.1
orasdf install python 3.12.1
Expected Behaviour
Everything works normally
Actual Behaviour
Warnings or errors are thrown, see asdf-vm/asdf-nodejs#388 for nodejs errors and warnings.
See below for python warning
Environment
asdf plugins affected (if relevant)
nodejs
python3
The text was updated successfully, but these errors were encountered: