Bug 1842095
| Summary: | mnemosyne fails to build with Python 3.9: No module named 'xml.etree.cElementTree' | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Igor Raits <igor.raits> |
| Component: | mnemosyne | Assignee: | Orphan Owner <extras-orphan> |
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | grgoffe, itamar, mhroncok |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-07-21 17:16:23 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1785415, 1803234, 1803235 | ||
|
Description
Igor Raits
2020-05-30 17:32:50 UTC
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/nose/case.py", line 381, in setUp
try_run(self.inst, ('setup', 'setUp'))
File "/usr/lib/python3.9/site-packages/nose/util.py", line 471, in try_run
return func()
File "/builddir/build/BUILD/Mnemosyne-2.6.1/tests/test_tsv_import.py", line 47, in setup
self.mnemosyne.initialise(os.path.abspath("dot_test"), automatic_upgrades=False)
File "/builddir/build/BUILD/Mnemosyne-2.6.1/mnemosyne/libmnemosyne/__init__.py", line 183, in initialise
self.register_components()
File "/builddir/build/BUILD/Mnemosyne-2.6.1/mnemosyne/libmnemosyne/__init__.py", line 248, in register_components
importlib.import_module(module_name), class_name)
File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 790, in exec_module
File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
File "/builddir/build/BUILD/Mnemosyne-2.6.1/mnemosyne/libmnemosyne/file_formats/mnemosyne1_xml.py", line 7, in <module>
from xml.etree import cElementTree
ImportError: cannot import name 'cElementTree' from 'xml.etree' (/usr/lib/python3.9/xml/etree/__init__.py)
See https://docs.python.org/3.9/whatsnew/3.9.html#removed
"The xml.etree.cElementTree module has been removed, use the xml.etree.ElementTree module instead. Since Python 3.3 the xml.etree.cElementTree module has been deprecated, the xml.etree.ElementTree module uses a fast implementation whenever available."
Hello, This is the first reminder (step 3 from https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/#_package_removal_for_long_standing_ftbfs_and_fti_bugs). If you know about this problem and are planning on fixing it, please acknowledge so by setting the bug status to ASSIGNED. If you don't have time to maintain this package, consider orphaning it, so maintainers of dependent packages realize the problem. This package has changed maintainer in the Fedora. Reassigning to the new maintainer of this component. Hello, This is the first reminder (step 3 from https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/#_package_removal_for_long_standing_ftbfs_and_fti_bugs). If you know about this problem and are planning on fixing it, please acknowledge so by setting the bug status to ASSIGNED. If you don't have time to maintain this package, consider orphaning it, so maintainers of dependent packages realize the problem. This package has been orphaned. You can pick it up at https://src.fedoraproject.org/rpms/zypper by clicking button "Take". If nobody picks it up, it will be retired and removed from a distribution. This package has been orphaned. You can pick it up at https://src.fedoraproject.org/rpms/mnemosyne by clicking button "Take". If nobody picks it up, it will be retired and removed from a distribution. *** Bug 1845698 has been marked as a duplicate of this bug. *** Automation has figured out the package is retired in rawhide. If you like it to be unretired, please open a ticket at https://pagure.io/releng/new_issue?template=package_unretirement The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days |