私は mitmproxy を使用しており、このスクリプト har_extractor.py ( https://raw.githubusercontent.com/mitmproxy/mitmproxy/master/examples/har_extractor.py )を使用してフローを .har 形式に変換したいと考えています。
この依存関係https://github.com/JustusW/harparserから HAR 名をインポートできません。Python 2.7 の Mac OS で実行しているため、グローバルにインストールしたくありません。
この行は機能しません: from harparser import HAR トレースバック エラーが発生します: ImportError: cannot import name HAR
ただし、harparserをインポートできます