Reputation: 1093
Hi im trying to install hiredis. But im getting this error:
Need advise.
Edit:After installing python im getting different error:
Upvotes: 1
Views: 1592
Reputation: 13645
I got the same Error, and after adding the PYTHON to environment variables I got this:
Error: Python executable "C:\Python33\python.exe" is v3.3.3, which is not supported by gyp.
I uninstalled python 3.3.3 and re-installed Python 2.7.6. and this problem sorted out.
so I'll just emphasize it on bold here: Install Python version beween 2.6 to 3.0 !!!
Upvotes: 4
Reputation: 146084
You need to install python, which is a required piece of the build toolchain for binary modules, and hiredis is binary.
Upvotes: 1