Centos 6.6 python 2.6.6 error
vootbd opened this issue · 2 comments
vootbd commented
getting this error on centos
Traceback (most recent call last):
File "chat.py", line 2, in
from app import create_app, socketio
File "/var/www/html/Flask-SocketIO-Chat-master/app/init.py", line 2, in
from flask_socketio import SocketIO
File "/usr/lib/python2.6/site-packages/flask_socketio/init.py", line 481
ssl_params = {k: kwargs[k] for k in kwargs if k in ssl_args}
Please help.
Thank you
miguelgrinberg commented
Python 2.6 is not supported, you need to upgrade to 2.7, 3.4, 3.5 or 3.6. Sorry.
vootbd commented
Thank you miguel, helped a lot.working fine on 3.4.