p05h
Results
1
comments of
p05h
Was facing the same problem. Create a python venv then pip install it in there: python3 -m venv mitmproxy_venv Then activate the venv: source mitmproxy_venv/bin/activate Now run: pip3 install mitmproxy2swagger...