ElasticHQ / elasticsearch-HQ

Monitoring and Management Web Application for ElasticSearch instances and clusters.
http://www.elastichq.org
Other
4.96k stars 532 forks source link

Error in installing elasticsearch-HQ #410

Closed SenthilkumarRasan closed 6 years ago

SenthilkumarRasan commented 6 years ago

General information

Issue Description

Error in installing elasticmasterHQ. Error stating that Microsoft visual C++ 14.0 required. I have installed VS build tools for VS 2015 (Version 14.0.23026). Still i am getting the same error. There is another error

python-socketio 2.0.0 has requirement python-engineio>=2.2.0, but you'll have python-engineio 2.0.2 which is incompatible.

elastichqmaster

Octopixell commented 6 years ago

I just came across the same issue and solved it by changing python-engineio==2.0.2 to python-engineio==2.2.0 in the requirements.txt

I'm not sure if there's any incompatibilities with 2.2.0 but so far everything seems to be working fine.

SenthilkumarRasan commented 6 years ago

Thanks. Issue with python engineio resolved. Still i have issue with Microsoft visula C++ Build tools. I have installed Build tools fro visual studio 2015 (14.0, 23026). Still i am getting same error stating that build tools 14.0 required

SenthilkumarRasan commented 6 years ago

Its working after installing visual C++ through visual studio installer. Thanks