FreeBSD-তে mitmproxy বিল্ড ব্যর্থ হয়েছিল কারণ এটি খুব ভারী ছিল এবং আমি Cargo ইনস্টল করিনি

2 min

language: ja bn en es hi pt ru zh-cn zh-tw

হ্যালো, আমি অযোগ্য।

আমি আমার নিজের জায়গায় একটি ডেটা কম্প্রেশন 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 করব...!

তুমি... কি সীমা অতিক্রম করতে পারো?!

শেষ।

Related Posts