initialstate / python_appender

Python implementation of the Initial State events api to easily send data via a super simple python api
https://www.initialstate.com/streaming
MIT License
39 stars 9 forks source link

ISStreamer Python version İssue #5

Open bburakdeniz opened 8 years ago

bburakdeniz commented 8 years ago

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

hugovk commented 7 years ago

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