Yelp / pyleus

Pyleus is a Python framework for developing and launching Storm topologies.
Apache License 2.0
404 stars 113 forks source link

[Question] ImportError: No module named elasticsearch #114

Closed Gwan-He closed 9 years ago

Gwan-He commented 9 years ago

Recently I was learning how to connect Storm with Elasticsearch. In storm bolt I import elasticsearch module, which could be imported correctly in other python projects, however failed to import when I executed pyleus build command, with a error hint below: image

How should I solve this problem?

Gwan-He commented 9 years ago

Oops, requirements file is needed..