You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: