dagobah icon indicating copy to clipboard operation
dagobah copied to clipboard

dagobahd not working on Mac OS X

Open cmishra opened this issue 9 years ago • 1 comments

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.

cmishra avatar Sep 17 '16 03:09 cmishra

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

mgmonteleone avatar Oct 04 '16 13:10 mgmonteleone