Bug 1990043
Summary: | PySolFC fails to start. There is a missing module. | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | stan <gryt2> |
Component: | PySolFC | Assignee: | Sergio Basto <sergio> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 35 | CC: | dufresnep, gryt2, jaromir.capik, sergio, shlomif |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | PySolFC-2.12.0-1.fc34 PySolFC-2.12.0-1.fc33 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-08-21 01:06:12 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
stan
2021-08-04 15:43:41 UTC
Verified This bug appears to have been reported against 'rawhide' during the Fedora 35 development cycle. Changing version to 35. meanwhile from https://docs.python.org/3.10/whatsnew/3.10.html Removed the formatter module, which was deprecated in Python 3.4. It is somewhat obsolete, little used, and not tested. It was originally scheduled to be removed in Python 3.6, but such removals were delayed until after Python 2.7 EOL. Existing users should copy whatever classes they use into their code. (Contributed by Dong-hee Na and Terry J. Reedy in bpo-42299 https://bugs.python.org/issue42299.) cp /usr/lib64/python3.9/formatter.py /usr/lib64/python3.10/ fixes the problem This worked for me too, after I ran the following two commands as root. # chmod 644 /usr/lib64/python3.10/formatter.py # chcon -u system_u /usr/lib64/python3.10/formatter.py Without those, pysol was unable to access the formatter module. Thanks for your help! FEDORA-2021-0e9d6a9227 has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-0e9d6a9227 FEDORA-2021-f952747caa has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2021-f952747caa FEDORA-2021-0e9d6a9227 has been pushed to the Fedora 34 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-0e9d6a9227` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-0e9d6a9227 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2021-f952747caa has been pushed to the Fedora 33 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-f952747caa` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-f952747caa See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2021-0e9d6a9227 has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2021-f952747caa has been pushed to the Fedora 33 stable repository. If problem still persists, please make note of it in this bug report. |