I am trying to install spyder directly without resorting to something anaconda or winpy. For this, I have installed python 2.7.13 and PyQt4. With that installed I tried to launch the command
pip install spyder
But I get the following error message:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc1 in position 9: ordinal not in range(128)
----------------------------------------
Command "c:\python27\python.exe -u -c "import setuptools, tokenize;__file__='c:\users\lvarom~1\appdata\local\temp\pip-build-qnvhsd\scandir\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record c:\users\lvarom~1\appdata\local\temp\pip-exbo4z-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in c:\users\lvarom~1\appdata\local\temp\pip-build-qnvhsd\scandir\
I tried to install it from a .whl but with the same result
Does anyone know how to fix it?