Closed ct-murali closed 6 years ago
I'm having the same issue...
Same issue on my Linux box (Ubuntu 16.04 LTS):
~/elasticsearch-HQ-master$ python3 application.py
Traceback (most recent call last):
File "application.py", line 5, in
Same Issue on Debian 9.5
root@syslog6:/opt/elasticsearch-HQ-master# python3 application.py
Traceback (most recent call last):
File "application.py", line 5, in
I'm also experiencing this issue, Python 3.6.0.
This issue popped up days ago without warning. I think a transitive dependency may have changed. It should be working now in the develop branch.
Traceback (most recent call last): File "application.py", line 5, in
from elastichq import create_app
File "E:\elasticsearch-HQ\elastichq__init__.py", line 5, in
from elastichq.api import api_blueprint, endpoints, public_blueprint, ws_blueprint
File "E:\elasticsearch-HQ\elastichq\api\endpoints.py", line 4, in
from . import clusters
File "E:\elasticsearch-HQ\elastichq\api\clusters.py", line 11, in
from elastichq.model import ClusterDTO
File "E:\elasticsearch-HQ\elastichq\model__init.py", line 3, in
from elastichq.model.ClusterModel import *
File "E:\elasticsearch-HQ\elastichq\model\ClusterModel.py", line 7, in
from ..globals import db, ma
File "E:\elasticsearch-HQ\elastichq\globals.py", line 11, in
from flask_socketio import SocketIO
File "C:\Users\Solutions\AppData\Local\Programs\Python\Python37-32\lib\site-packages\flask_socketio\ init.py", line 16, in
import socketio
File "C:\Users\Solutions\AppData\Local\Programs\Python\Python37-32\lib\site-packages\socketio\ init__.py", line 11, in
from .tornado import get_tornado_handler
File "C:\Users\Solutions\AppData\Local\Programs\Python\Python37-32\lib\site-packages\socketio\tornado.py", line 3, in
from engineio.async_tornado import get_tornado_handler as \
ModuleNotFoundError: No module named 'engineio.async_tornado'