You forgot the jinja2 and sectools dependencies into the pyproject.toml file.
Fail :
[Apr 04, 2024 - 12:03:27 (CEST)] exegol-ctf4 /workspace # pipx install --system-site-packages git+https://github.com/p0dalirius/Coercer
installed package coercer 2.4.3, installed using Python 3.11.8
These apps are now globally available
- coercer
done! ✨ 🌟 ✨
[Apr 04, 2024 - 12:04:46 (CEST)] exegol-ctf4 /workspace # coercer
Traceback (most recent call last):
File "/root/.local/bin/coercer", line 5, in <module>
from coercer.__main__ import main
File "/root/.local/share/pipx/venvs/coercer/lib/python3.11/site-packages/coercer/__main__.py", line 11, in <module>
from sectools.network.domains import is_fqdn
ModuleNotFoundError: No module named 'sectools'
Works :
[Apr 04, 2024 - 12:01:37 (CEST)] exegol-ctf4 /workspace # pipx install --system-site-packages git+https://github.com/QU35T-code/Coercer@fix/pytoml
installed package coercer 2.4.3, installed using Python 3.11.8
These apps are now globally available
- coercer
done! ✨ 🌟 ✨
Hi,
You forgot the
jinja2
andsectools
dependencies into the pyproject.toml file.Fail :
Works :
Catched by the Exegol pipeline