AirSage / Petrel

Tools for writing, submitting, debugging, and monitoring Storm topologies in pure Python
BSD 3-Clause "New" or "Revised" License
247 stars 70 forks source link

build and run failing #57

Closed mahantheshhv closed 10 years ago

mahantheshhv commented 10 years ago

I am getting fallowing error ,please help

Traceback (most recent call last): File "setup.py", line 61, in build_petrel() File "setup.py", line 48, in build_petrel subprocess.check_call(['thrift', '-gen', 'py', '-out', '.', '../../storm.thrift'])
File "/usr/lib/python2.7/subprocess.py", line 537, in check_call retcode = call(_popenargs, _kwargs) File "/usr/lib/python2.7/subprocess.py", line 524, in call return Popen(_popenargs, _kwargs).wait() File "/usr/lib/python2.7/subprocess.py", line 711, in init errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1308, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory Error on or near line 20; exiting with status 1

barrywhart commented 10 years ago

I believe you need to install Thrift.

https://github.com/AirSage/Petrel#installing-petrel-from-source

mahantheshhv commented 10 years ago

Thank u