Open devurandom opened 11 years ago
I got this error on a fresh Ubuntu 12.04.2 install, in particular "ImportError: No module named web.server". The solution was to sudo apt-get install python-twisted-web
.
I think your error is a little bit different, because it is about web.server
and not just server
. My error happened right when installing stratum — I did not even get so far as to try to use it.
as far as I know the only way I could fix this was by using python 2.7. Google, "using pip with multiple version of python" to help fix it.
I hope this helps others as I assume you either found a workaround or gave up months ago.
...
I ran
Below is the pip.log: