Add note on Fedora 36 and its python 3.10 problem resolution#3020
Merged
webbnh merged 1 commit intodistributed-system-analysis:b0.71from Sep 28, 2022
Merged
Add note on Fedora 36 and its python 3.10 problem resolution#3020webbnh merged 1 commit intodistributed-system-analysis:b0.71from
webbnh merged 1 commit intodistributed-system-analysis:b0.71from
Conversation
portante
approved these changes
Sep 27, 2022
dbutenhof
previously approved these changes
Sep 27, 2022
portante
requested changes
Sep 27, 2022
Member
portante
left a comment
There was a problem hiding this comment.
Sorry, did not mean to approve.
webbnh
previously approved these changes
Sep 27, 2022
Member
webbnh
left a comment
There was a problem hiding this comment.
Once Peter's typo is fixed, we're good by me, although see below.
PBENCH-676 Fixes distributed-system-analysis#2884 Fedora has released an update to the python3 package that fixes the problem. The fix is found in the 3.10.7 version of the package. After updating, the pbench-agent RPM can be installed and various commands (e.g. pbench-user-benchmark) that complained or aborted before, now complete normally. Details of the fix can be found at fedora-python/cpython#48
portante
approved these changes
Sep 27, 2022
dbutenhof
approved these changes
Sep 27, 2022
Member
|
Wow, this is a good news. Thanks @ndokos for looking into it :) |
vishalvvr
approved these changes
Sep 28, 2022
npalaska
approved these changes
Sep 28, 2022
Member
|
@ndokos, I just clued into the fact that this PR is against |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PBENCH-676
Fixes #2884
Fedora has released an update to the python3 package that fixes the problem. The fix is found in the 3.10.7 version of the package. After updating, the pbench-agent RPM can be installed and various commands (e.g. pbench-user-benchmark) that complained or aborted before, now complete normally.
Details of the fix can be found at fedora-python/cpython#48