pwnlandia / mhn

Modern Honey Network
GNU Lesser General Public License v2.1
2.43k stars 630 forks source link

Command errored out with exit status 1 #860

Open sabikiss opened 1 year ago

sabikiss commented 1 year ago

Hi there

Hopefully someone could help me out here. After bumping into several issues for the past few days, now this one came up:

Obtaining pyev from git+https://github.com/couozu/pyev.git#egg=pyev Cloning https://github.com/couozu/pyev.git to ./env/src/pyev Running command git clone -q https://github.com/couozu/pyev.git /opt/hpfeeds/env/src/pyev ERROR: Command errored out with exit status 1: command: /opt/hpfeeds/env/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/opt/hpfeeds/env/src/pyev/setup.py'"'"'; file='"'"'/opt/hpfeeds/env/src/pyev/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-CX8E65 cwd: /opt/hpfeeds/env/src/pyev/ Complete output (1 lines): Aborted: pyev-0.9.0 requires libev >= 4.15

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

I could not find anything that would relate to this issue. Some help would be really appreciated. I am running Ubuntu 22.04.07 on a Raspberry Pi 4.

Many thanks SabS

wrharding commented 9 months ago

Hey, MHN currently does not support Ubuntu 22.04. I would suggest trying Ubuntu 18.04 while support for Ubuntu 2x.04 is added and the rewrite for Python 3 occurs.