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
{{ message }}
This repository was archived by the owner on Jun 14, 2023. It is now read-only.
I'm trying to install wasmer on latest OS X. And i get an error about wasmer not being able to install cowsay.
So it created some folders, but did not manage to put the cowsay.wasm file into the correct folder.
Steps to reproduce
➜ ~ curl https://get.wasmer.io -sSfL | sh
Welcome to the Wasmer bash installer!
ww
wwwww
ww wwwwww w
wwwww wwwwwwwww
ww wwwwww w wwwwwww
wwwww wwwwwwwwww wwwww
wwwwww w wwwwwww wwwww
wwwwwwwwwwwwww wwwww wwwww
wwwwwwwwwwwwwww wwwww wwwww
wwwwwwwwwwwwwww wwwww wwwww
wwwwwwwwwwwwwww wwwww wwwww
wwwwwwwwwwwwwww wwwww wwww
wwwwwwwwwwwwwww wwwww
wwwwwwwwwwww wwww
wwwwwwww
wwww
downloading: wasmer-darwin-amd64
Latest release: 2.2.0-rc2
Downloading archive from https://github.com/wasmerio/wasmer/releases/download/2.2.0-rc2/wasmer-darwin-amd64.tar.gz
######################################################################## 100.0%
installing: /Users/user/.wasmer
Updating bash profile /Users/user/.zshrc
we've added the following to your /Users/user/.zshrcIf you have a different profile please add the following:# Wasmerexport WASMER_DIR="/Users/user/.wasmer"[ -s "$WASMER_DIR/wasmer.sh" ] && source "$WASMER_DIR/wasmer.sh"check: wasmer 2.2.0-rc2 installed successfully ✓wasmer & wapm will be available the next time you open the terminal.If you want to have the commands available now please execute:source /Users/user/.wasmer/wasmer.sh➜ ~ source /Users/user/.wasmer/wasmer.sh➜ ~ which wasmer/Users/user/.wasmer/bin/wasmer➜ ~ which wapm /Users/user/.wasmer/bin/wapm➜ ~ wapm --versionwapm-cli 0.5.1➜ ~ wasmer --versionwasmer 2.2.0-rc2➜ ~ wapm install cowsay[INFO] Installing syrusakbary/[email protected]Error: Failed to install packages. Could not install package(s). There was an IO error creating the wapm_packages directory for package "syrusakbary/cowsay 0.2.0". No such file or directory (os error 2)➜ ~ ls -R ~/.wasmerATTRIBUTIONS LICENSE bin globals include lib wapm.log wapm.sqlite wasmer.sh/Users/user/.wasmer/bin:wapm wasmer wasmer-headless wax/Users/user/.wasmer/cache:/Users/user/.wasmer/globals:wapm_packages/Users/user/.wasmer/globals/wapm_packages:syrusakbary/Users/user/.wasmer/globals/wapm_packages/syrusakbary:[email protected]/Users/user/.wasmer/globals/wapm_packages/syrusakbary/[email protected]:/Users/user/.wasmer/include:README.md wasm.h wasmer.h wasmer_wasm.h/Users/user/.wasmer/lib:libwasmer.a libwasmer.dylib
Error
➜ ~ wapm install cowsay
[INFO] Installing syrusakbary/[email protected]
Error: Failed to install packages. Could not install package(s). There was an IO error creating the wapm_packages directory for package "syrusakbary/cowsay 0.2.0". No such file or directory (os error 2)
Cowsay should be installed and executable via cowsay
Actual behavior
I did a clean install and tried to run wapm install -g cowsay
Additional context
I saw that $WASMER_CACHE_DIR was not created during install, so i created it, which did not help.
I've also seen, that the error outputs for package "syrusakbary/cowsay 0.2.0". No such file or directory (os error 2)where there is a space in the package name. Could this be the issue?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
I'm trying to install wasmer on latest OS X. And i get an error about wasmer not being able to install cowsay.
So it created some folders, but did not manage to put the cowsay.wasm file into the correct folder.
Steps to reproduce
Error
Expected behavior
Cowsay should be installed and executable via
cowsay
Actual behavior
I did a clean install and tried to run
wapm install -g cowsay
Additional context
I saw that
$WASMER_CACHE_DIR
was not created during install, so i created it, which did not help.I've also seen, that the error outputs
for package "syrusakbary/cowsay 0.2.0". No such file or directory (os error 2)
where there is a space in the package name. Could this be the issue?The text was updated successfully, but these errors were encountered: