Quote:
Originally Posted by GAMBEEZY
[Only registered and activated users can see links. Click Here To Register...] Would be a huge help if someone could tell me what's wrong with it.
|
I actually just got that error. I'm on Windows 10 :facepalm: 64 bit. The readme says let mitmproxy install and google any errors but I am having some issues with finding an error as specific as that.
EDIT 1: I have found nothing. I'm going to make a post on stackexchange and inform you of any updates.
EDIT 2: I've found out how to get pip to install without the error we had.
Before I continue, I wan't to point out that I got an error installing the 64 bit version on a 64 bit machine but the 32 bit went through fine. I'd recommend trying the 64 bit version and if that goes through fine, proceed. If it fails, try using the 32 bit version.
Put either the
[Only registered and activated users can see links. Click Here To Register...] or the
[Only registered and activated users can see links. Click Here To Register...] of lxml in
Code:
C:\Python27\Scripts
Then open up Command Prompt and paste in
Code:
cd C:\Python27\Scripts
Then, for the 64 bit version paste
Code:
pip install lxml-3.4.4-cp27-none-win_amd64.whl
or for the 32 bit version.
Code:
pip install lxml-3.4.4-cp27-none-win32.whl
If done properly, you should see for the 32 bit version
Code:
Processing c:\python27\scripts\lxml-3.4.4-cp27-none-win32.whl
Installing collected packages: lxml
Successfully installed lxml-3.4.4
If done properly for the 64 bit version you will see
Code:
Processing c:\python27\scripts\lxml-3.4.4-cp27-none-win_amd64.whl
Installing collected packages: lxml
Successfully installed lxml-3.4.4
Then you can paste
Code:
pip install mitmproxy
If all goes you'll see this at the end of the wall of text
Code:
Successfully installed cffi-1.3.1 html2text-2015.11.4 mitmproxy-0.14.0 pyparsing-2.0.6
This is not a workaround or a fix but progress as I still receive
Code:
SERVERERROR_FATAL_ERRORCODE_5