Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mako dep broken due module on found #5570

Closed
vincenzopalazzo opened this issue Sep 4, 2022 · 2 comments
Closed

mako dep broken due module on found #5570

vincenzopalazzo opened this issue Sep 4, 2022 · 2 comments

Comments

@vincenzopalazzo
Copy link
Collaborator

I noted this on CI relate to lnprototest, I open the issue just to keep track of this error, and also I make sure that the error is node generate by the python-mako ubuntu dep

wiregen hsmd/hsmd_wiregen.h
cc ccan/ccan/cdump/tools/cdump-enumstr.c
cc ccan/ccan/cdump/cdump.c
Traceback (most recent call last):
  File "tools/generate-wire.py", line 27, in <module>
    from mako.template import Template
ModuleNotFoundError: No module named 'mako'
make: *** [Makefile:337: hsmd/hsmd_wiregen.h] Error 1
make: *** Waiting for unfinished jobs....
wiregen hsmd/hsmd_wiregen.h
Traceback (most recent call last):
  File "tools/generate-wire.py", line 27, in <module>
    from mako.template import Template
ModuleNotFoundError: No module named 'mako'
make: *** [Makefile:337: hsmd/hsmd_wiregen.h] Error 1

I can take a look into it later in the week

@niftynei
Copy link
Collaborator

caused by a poetry install failure, think we've fixed this now?

@vincenzopalazzo
Copy link
Collaborator Author

Yeah this was before the fix, unfortunately, I had not enough permission to manage labels or milestones, but I think this PR could be also take in consideration to fix poetry instead or remove it #5606

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants