-
Notifications
You must be signed in to change notification settings - Fork 628
Description
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