Amsterdam icon indicating copy to clipboard operation
Amsterdam copied to clipboard

amsterdam install not works on Ubuntu desktop 18.04 64 bit

Open michal25 opened this issue 6 years ago • 2 comments

pip install amsterdam

Collecting amsterdam Using cached https://files.pythonhosted.org/packages/ac/f2/13c4dab827cd19271aca2786d712ba203da276d09d96804b3bcdcf36613a/amsterdam-1.1.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/tmp/pip-build-62cdWj/amsterdam/setup.py", line 3, in from src.amsterdam import AMSTERDAM_VERSION File "src/init.py", line 2, in from .amsterdam import * File "src/amsterdam.py", line 28, in from docker import Client ImportError: cannot import name Client

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-62cdWj/amsterdam/

michal25 avatar Mar 24 '19 16:03 michal25

I think Amsterdam needs an overhaul. CC @regit

pevma avatar Mar 26 '19 08:03 pevma

sudo apt-get install docker.io python-pip pip install docker-compose==1.9.0 sudo pip install amsterdam

Try the above steps @michal25

saneysrikanth avatar Jun 18 '20 12:06 saneysrikanth