-
Notifications
You must be signed in to change notification settings - Fork 250
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
openpmix/5.0.4 package update #34080
base: main
Are you sure you want to change the base?
Conversation
octo-sts
bot
commented
Nov 13, 2024
Signed-off-by: wolfi-bot <[email protected]>
Gen AI suggestions to solve the build error: Based on the error message, this appears to be a package conflict issue with Python Sphinx packages. Here are some suggested steps to resolve this:
environment:
contents:
packages:
# Remove py3-sphinx-7 and replace with:
- py3-sphinx
environment:
contents:
packages:
- py3.12-sphinx
- py3.12-recommonmark
- py3.12-sphinx-rtd-theme
pipeline:
- runs: |
# Add before other steps
apk del py3-sphinx py3-sphinx-7 || true
apk add py3.12-sphinx The error suggests there's a file conflict where multiple versions of Sphinx are trying to install to the same location. This typically happens when different Python versions or Sphinx versions are trying to coexist. Remember that Wolfi prefers latest versions, so using the most recent compatible version of Sphinx would align with Wolfi's principles. Try these solutions in order until the build succeeds. The first option is the simplest and should be attempted first. |
Package openpmix-doc: Click to expand/collapsePackage openpmix-doc: Package openpmix: Click to expand/collapsePackage openpmix: Package openpmix-dev: Click to expand/collapsePackage openpmix-dev: |