Yelp / pyleus

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

Unable to import numpy #92

Closed sidthekidder closed 9 years ago

sidthekidder commented 9 years ago

I'm getting the error ImportError : no module named numpy when using numpy while building the topology. Does pyleus not support third-party modules.? (same problem is with requests module)

mzbyszynski commented 9 years ago

Hi @sidthekidder, Did you include them in your requirements.txt file?

sidthekidder commented 9 years ago

Hadn't seen that config.! Thanks for pointing it out :)