tamper icon indicating copy to clipboard operation
tamper copied to clipboard

mitmproxy issue: python setup.py egg_info

Open marc-andrew opened this issue 9 years ago • 1 comments

Hi,

have some troubles to install mitmproxy. I'm getting a error message "Command "python setup.py egg_info" failed with error code 1 in /private/tmp/pip-build-TjTZdM/netlib"

mitmproxy issue - I've updated xcode: xcode-select --install - installed pip: sudo easy_install pip - tried to install mitmproxy: sudo pip install mitmproxy / but i get an error after that. - I also tried to install tamper: sudo pip install tamper / but I also get an error "Command "python setup.py egg_info" failed with error code 1 in /private/tmp/pip-build-m7aC_S/netlib" tamper issue

I've also installed xcode command line.

I'm using Mac OS X 10.10.4

Don't know how to fix this. Any idea?

Thanks

marc-andrew avatar Jul 09 '15 15:07 marc-andrew

try this sudo mv /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/OpenSSL /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_OpenSSL

saalmaan avatar Aug 10 '15 20:08 saalmaan