-
Notifications
You must be signed in to change notification settings - Fork 23
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
Dependency on python3-pkg-resources #1341
Comments
just tested it and pkg-resources is still needed for python3-cerberus. Even though cerberus was updated to importlib, Ubuntu still uses a 4-year old version.. :/ @whotwagner what is the preferred solution:
|
@landauermax @whotwagner please get back to me so I can resolve this issue. |
Let's use cerberus with pip for now. I think we will run into more problems soon because of the recent changes of pip in debian/ubuntu. But let's look at that problem in another issue. |
currently we are handling the differences with the pip_extra_args variable which uses --break-system-packages when needed. |
Please review the changes in the aminer-ansible PR and PR #1351. |
Currently we are depending on python3-pkg-resources. Do we really need it? It was more or less replaced by importlib.resources. Maybe we can easily switch to that?
The text was updated successfully, but these errors were encountered: