dokku-client icon indicating copy to clipboard operation
dokku-client copied to clipboard

Seems to depend on 'sarge'

Open phaza opened this issue 12 years ago • 3 comments

Seems like you've left out adding sarge as an installation dependency.

Traceback (most recent call last):
  File "/usr/local/bin/dokku-client", line 9, in <module>
    load_entry_point('dokku-client==0.2.2', 'console_scripts', 'dokku-client')()
  File "/usr/local/lib/python2.7/site-packages/dokku_client/client.py", line 26, in main
    commands = load_commands()
  File "/usr/local/lib/python2.7/site-packages/dokku_client/command_tools.py", line 8, in load_commands
    command_class = entry_point.load()
  File "build/bdist.macosx-10.8-x86_64/egg/pkg_resources.py", line 2108, in load
  File "/usr/local/lib/python2.7/site-packages/dokku_client/commands/__init__.py", line 3, in <module>
    from sarge import capture_stdout, run
ImportError: No module named sarge

I installed sarge via pip, and then everything worked smoothly. I know very little python, but I assume you can add sarge as an installation dependency somewhere.

phaza avatar Sep 18 '13 19:09 phaza

Looks like a release to pypi is needed. The dependency is added to setup.py

sherzberg avatar Dec 12 '13 04:12 sherzberg

+1 for pushing an update to pypi please :)

chriskilding avatar May 21 '14 13:05 chriskilding

Wow, I'm sure late replying to this one. Version 0.2.3 released.

adamcharnock avatar May 21 '14 14:05 adamcharnock