mafintosh / peerwiki

all of wikipedia on bittorrent
MIT License
314 stars 16 forks source link

Python >= v2.5.0 & < 3.0.0 requirement #7

Open ianchanning opened 9 years ago

ianchanning commented 9 years ago

As with this Stack Overflow Question, I got the following error when trying to install this with Python v3.4.2:

gyp ERR! stack Error: Python executable "python" is v3.4.2, which is not supported by gyp.
gyp ERR! stack You can pass the --python switch to point to Python >= v2.5.0 & < 3.0.0.

I installed python 2.7.3 and got around this, but it would be useful if this was mentioned in the README.

The README for graylog2-web-interface does something similar.