Yelp / pyleus

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

Update install docs (#95) #98

Closed poros closed 9 years ago

poros commented 9 years ago

Addressing #95 (opened by @moandcompany).

ecanzonieri commented 9 years ago

+1

moandcompany commented 9 years ago

Thanks!

Using system_site_packages: true was my workaround when 'pyleus build' would not successfully compile a topology after failing to find dependencies/imports that were present and working on the Pyleus host. No virtual environments were used on that host -- If I have some time, I'd like to figure out what was the root cause.

Cheers.

poros commented 9 years ago

@moandcompany is that the traceback that you posted on the infamous issue #29 thread?