python_appender icon indicating copy to clipboard operation
python_appender copied to clipboard

ISStreamer Python version İssue

Open bburakdeniz opened this issue 9 years ago • 1 comments

I use CentOS 6.3 and I have installed python 2.7.12 .When I tried to install ISStreamer I faced to this description; Python 2.6 is no longer supported by the Python core team, please upgrade your Python. A future version of pip will drop support for Python 2.6

bburakdeniz avatar Aug 26 '16 12:08 bburakdeniz

That message is coming from pip, not ISStreamer.

It means your pip version is running with Python 2.6.

It sounds like your system is still picking up the default 2.6 rather than the new 2.7. I'm not familiar with CentOS but check your paths and which versions of pip and python you have.

pip --version
python --version
which pip
which python

hugovk avatar Oct 19 '17 14:10 hugovk