Question

Hi im trying to install hiredis. But im getting this error:

enter image description here

Need advise.

Edit:After installing python im getting different error:

enter image description here

Was it helpful?

Solution

You need to install python, which is a required piece of the build toolchain for binary modules, and hiredis is binary.

OTHER TIPS

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 !!!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top