FreeBSDでmitmproxyのビルドがコケるのは、シンプルに重すぎたのとCargoを入れていなかったからだった

こんにちは、無能です。

自分ところで、データ圧縮用VPNサーバ構築しようと思ってmitmproxyを入れようとしています。

pip install mitmproxy

            error: `cargo build --manifest-path Cargo.toml --message-format=json-render-diagnostics --release -v --locked` failed with code 101
            [end of output]

        note: This error originates from a subprocess, and is likely not a problem with pip.
        ERROR: Failed building wheel for maturin
      Failed to build maturin
      ERROR: Could not build wheels for maturin, which is required to install pyproject.toml-based projects
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.

おい!エラー吐くじゃねえか!

ということで、Rust(前になんか入れたような覚えあったんだけどなあ)周りを。

curl –proto ‘=https’ –tlsv1.2 -sSf https://sh.rustup.rs | sh

. “$HOME/.cargo/env”

はい。

ほんでまたpip install mitmproxyをしますよ〜!っと。。。

お前・・・。限界突破できるんかよ!

おわり。

コメントを残す

管理人が承認後コメントが公開されます。
の項目は必須項目となります。