StamusNetworks / Amsterdam

Docker based Suricata, Elasticsearch, Logstash, Kibana, Scirius aka SELKS
GNU General Public License v3.0
183 stars 42 forks source link

amsterdam install not works on Ubuntu desktop 18.04 64 bit #58

Open michal25 opened 5 years ago

michal25 commented 5 years ago

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/

pevma commented 5 years ago

I think Amsterdam needs an overhaul. CC @regit

saneysrikanth commented 4 years ago

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

Try the above steps @michal25