-
Notifications
You must be signed in to change notification settings - Fork 1
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
fix(module) fix register module issue #614
Conversation
Signed-off-by: Pavel Tishkov <[email protected]>
52c30ec
to
2529e3f
Compare
from: {{ .Images.BASE_ALT_P11 }} | ||
fromCacheVersion: "2024-11-07.1" | ||
git: | ||
- add: /lib/python/requirements.txt | ||
to: /requirements.txt | ||
shell: | ||
beforeInstall: | ||
- apt-get update | ||
- apt-get install -y python3 python3-module-pip-run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ALT Linux, when installing the package this way we will get version 3.12.7 of python. Is this correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Previously, it was necessary to use version 3.9, as far as I remember it was necessary for hooks.
I understand that this was fixed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I only remember that we needed a version greater than 3.8 ( using :=
)
4560540
to
2529e3f
Compare
Description
Fix register module issue
Why do we need it, and what problem does it solve?
We need to fix an issue:
What is the expected result?
Checklist