gsksivesh / dagobah

Simple DAG-based job scheduler in Python
Do What The F*ck You Want To Public License
2 stars 1 forks source link

dagobahd not working on Mac OS X #48

Closed gsksivesh closed 3 years ago

gsksivesh commented 5 years ago

Issue by cmishra Saturday Sep 17, 2016 at 03:11 GMT Originally opened as https://github.com/thieman/dagobah/issues/177


I installed dagobah on OS X El Capitan (10.11.6) and the dagobahd command doesn't work by default.

I installed it locally (with the --user option) due to an operation not permitted error, details here.

I can use the package as a module (at least import it), so that's what I'll do for now.

Any tips on how I should fix this? Let me know if you need any more info.

gsksivesh commented 5 years ago

Comment by mgmonteleone Tuesday Oct 04, 2016 at 13:05 GMT


Works for me on OSX, just make sure you have xcode set up so that the modules can be compiled (paramiko), and use brew to install required libraries.

brew install libxml2
brew install libxslt