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