万年素人からHackerへの道

万年素人がHackerになれるまで殴り書きするぜ。

  • ・資産運用おすすめ
    10万円は1000円くらい利益
    資産運用ブログ アセマネ
    • ・寄付お願いします
      YENTEN:YYzNPzdsZWqr5THWAdMrKDj7GT8ietDc2W
      BitZenny:ZfpUbVya8MWQkjjGJMjA7P9pPkqaLnwPWH
      c0ban:8KG95GXdEquNpPW8xJAJf7nn5kbimQ5wj1
      Skycoin:KMqcn7x8REwwzMHPi9fV9fbNwdofYAWKRo

    wasmerのCLIツール

    curl https://get.wasmer.io -sSfL | sh したら、

    warning: the profile already has Wasmer and has not been changed
    dyld[16752]: Library not loaded: /usr/local/opt/zstd/lib/libzstd.1.dylib
      Referenced from: <72094881-E557-3575-8BF0-CD8551D265CB> /Users/shinriyo/.wasmer/bin/wasmer
      Reason: tried: '/usr/local/opt/zstd/lib/libzstd.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/opt/zstd/lib/libzstd.1.dylib' (no such file), '/usr/local/opt/zstd/lib/libzstd.1.dylib' (no such file), '/usr/local/lib/libzstd.1.dylib' (no such file), '/usr/lib/libzstd.1.dylib' (no such file, not in dyld cache)
    error: wasmer was installed, but doesn't seem to be working :(
    check:  installed successfully ✓

    のだるいエラー。

    brew install libxkbcommon で入れてみる

    downloading: wasmer-darwin-amd64
    Latest release: v4.2.4
    dyld[22514]: Library not loaded: /usr/local/opt/zstd/lib/libzstd.1.dylib
      Referenced from: <72094881-E557-3575-8BF0-CD8551D265CB> /Users/shinriyo/.wasmer/bin/wasmer
      Reason: tried: '/usr/local/opt/zstd/lib/libzstd.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/opt/zstd/lib/libzstd.1.dylib' (no such file), '/usr/local/opt/zstd/lib/libzstd.1.dylib' (no such file), '/usr/local/lib/libzstd.1.dylib' (no such file), '/usr/lib/libzstd.1.dylib' (no such file, not in dyld cache)
    Wasmer already installed in /Users/shinriyo/.wasmer with version:
    sh: line 273: =MAJOR_B: command not found
    warning: the selected version (v4.2.4) is lower than current installed version ()
    Do you want to continue installing Wasmer v4.2.4?
    error: installation aborted

    なんだこれ。

    brew install zstdした

    Error: python@3.12: the bottle needs the Apple Command Line Tools to be installed.
      You can install them, if desired, with:
        xcode-select --install
    
    If you're feeling brave, you can try to install from source with:
      brew install --build-from-source python@3.12
    
    It is expected behaviour that most formulae will fail to build from source.
    It is expected behaviour that Homebrew will be buggy and slow when building from source.

    macOSか何か更新したかもしれないのでXcodeのコマンドが・・?

    xcode-select --install
    brew install --build-from-source python@3.12

    して、からbrew install zstdしないといけないとおもいうやってみたら

    Warning: zstd 1.5.5 is already installed and up-to-date.
    To reinstall 1.5.5, run:
      brew reinstall zstd

    すでにインストール扱い

    curl https://get.wasmer.io -sSfL | sh を再度

    Welcome to the Wasmer bash installer!
    downloading: wasmer-darwin-amd64
    Latest release: v4.2.4
    Wasmer already installed in /Users/shinriyo/.wasmer with version: 4.2.4
    warning: wasmer is already installed in the latest version: v4.2.4
    Do you want to force the installation?
    error: installation aborted