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
I've recently downloaded the latest plugin version of mason.nvim
Yes
Problem description
While trying to instal zk for note management. I do get an error of mason being unable to install, can't wget a file: https://github.com/zk-org/zk/releases/download/v0.15.0/zk-v0.15.0-macos-arm64.tar.gz
Which is not a surprise, as the package is under the address: https://github.com/zk-org/zk/releases/download/v0.15.0/zk-v0.15.0-macos_arm64.tar.gz
the issue is with "...macos_arm64..." vs "...macos-arm64...". How can I make mason install zk, even with providing a manual url?
Expected behavior
zk gets installed
Affected packages
zk
Mason output
Downloading file "https://github.com/zk-org/zk/releases/download/v0.15.0/zk-v0.15.0-macos-arm64.tar.gz"…
spawn: wget failed with exit code 8 and signal 0.
Failed to download file "https://github.com/zk-org/zk/releases/download/v0.15.0/zk-v0.15.0-macos-arm64.tar.gz".
Installation log
[INFO Mon Apr 7 23:14:18 2025] ...re/nvj/lazy/mason.nvim/lua/mason-core/installer/init.lua:184: Executing installer for Package(name=zk) {}
[ERROR Mon Apr 7 23:14:19 2025] ...re/nvj/lazy/mason.nvim/lua/mason-core/installer/init.lua:249: Installation failed for Package(name=zk) error='spawn: wget failed with exit code 8 and signal 0. \nFailed to download file "https://github.com/zk-org/zk/releases/download/v0.15.0/zk-v0.15.0-macos-arm64.tar.gz".'
Neovim version (>= 0.7)
NVIM 0.11
Operating system/version
macOS
Healthcheck
==============================================================================
mason: require("mason.health").check()
mason.nvim ~
- OK mason.nvim version v1.11.0
- OK PATH: prepend
- OK Providers:
mason.providers.registry-api
mason.providers.client
- OK neovim version >= 0.7.0
mason.nvim [Registries] ~
- OK Registry `github.com/mason-org/mason-registry version: 2025-04-07-dull-mare` is installed.
mason.nvim [Core utils] ~
- OK unzip: `UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send`
- OK wget: `GNU Wget 1.25.0 built on darwin24.1.0.`
- OK curl: `curl 8.7.1 (x86_64-apple-darwin24.0) libcurl/8.7.1 (SecureTransport) LibreSSL/3.3.6 zlib/1.2.12 nghttp2/1.63.0`
- OK gzip: `Apple gzip 448.80.1`
- OK tar: `bsdtar 3.5.3 - libarchive 3.5.3 zlib/1.2.12 liblzma/5.4.3 bz2lib/1.0.8 `
- OK bash: `GNU bash, version 3.2.57(1)-release (arm64-apple-darwin24)`
- OK sh: `Ok`
mason.nvim [Languages] ~
- WARNING Go: not available
- ADVICE:
- spawn: go failed with exit code - and signal -. go is not executable
- WARNING Composer: not available
- ADVICE:
- spawn: composer failed with exit code - and signal -. composer is not executable
- WARNING PHP: not available
- ADVICE:
- spawn: php failed with exit code - and signal -. php is not executable
- WARNING cargo: not available
- ADVICE:
- spawn: cargo failed with exit code - and signal -. cargo is not executable
- WARNING luarocks: not available
- ADVICE:
- spawn: luarocks failed with exit code - and signal -. luarocks is not executable
- WARNING javac: not available
- ADVICE:
- spawn: javac failed with exit code 1 and signal 0. The operation couldn’t be completed. Unable to locate a Java Runtime.
Please visit http://www.java.com for information on installing Java.
- WARNING java: not available
- ADVICE:
- spawn: java failed with exit code 1 and signal 0. The operation couldn’t be completed. Unable to locate a Java Runtime.
Please visit http://www.java.com for information on installing Java.
- WARNING julia: not available
- ADVICE:
- spawn: julia failed with exit code - and signal -. julia is not executable
- OK Ruby: `ruby 2.6.10p210 (2022-04-12 revision 67958) [universal.arm64e-darwin24]`
- OK python: `Python 3.13.2`
- OK RubyGem: `3.0.3.1`
- OK pip: `pip 25.0 from /opt/homebrew/lib/python3.13/site-packages/pip (python 3.13)`
- OK python venv: `Ok`
- OK node: `v23.11.0`
- OK npm: `10.9.2`
mason.nvim [GitHub] ~
- OK GitHub API rate limit. Used: 1. Remaining: 59. Limit: 60. Reset: Tue Apr 8 00:13:27 2025.
Install and authenticate via gh-cli to increase rate limit.
Screenshots
No response
The text was updated successfully, but these errors were encountered:
I've searched open issues for similar requests
I've recently downloaded the latest plugin version of mason.nvim
Problem description
While trying to instal zk for note management. I do get an error of mason being unable to install, can't wget a file:
https://github.com/zk-org/zk/releases/download/v0.15.0/zk-v0.15.0-macos-arm64.tar.gz
Which is not a surprise, as the package is under the address:
https://github.com/zk-org/zk/releases/download/v0.15.0/zk-v0.15.0-macos_arm64.tar.gz
the issue is with "...macos_arm64..." vs "...macos-arm64...". How can I make mason install zk, even with providing a manual url?
Expected behavior
zk gets installed
Affected packages
zk
Mason output
Installation log
Neovim version (>= 0.7)
NVIM 0.11
Operating system/version
macOS
Healthcheck
Screenshots
No response
The text was updated successfully, but these errors were encountered: