[Bug 2071640] [NEW] python3-future 0.18.2 is not compatible with Python 3.12
David Tucker
2071640 at bugs.launchpad.net
Mon Jul 1 16:26:33 UTC 2024
Public bug reported:
$ python3 -c 'from future import standard_library'
Traceback (most recent call last):
File "<string>", line 1, in <module> File "/usr/lib/python3/dist-packages/future/standard_library/__init__.py", line 65, in <module>
import imp
ModuleNotFoundError: No module named 'imp'
Python 3.12 support was added upstream in v1.0.0:
https://github.com/PythonCharmers/python-future/commit/ba1cc505f1cb8eb0dfe495174f05aaec5a01eef3
** Affects: python-future (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to python-future in Ubuntu.
https://bugs.launchpad.net/bugs/2071640
Title:
python3-future 0.18.2 is not compatible with Python 3.12
Status in python-future package in Ubuntu:
New
Bug description:
$ python3 -c 'from future import standard_library'
Traceback (most recent call last):
File "<string>", line 1, in <module> File "/usr/lib/python3/dist-packages/future/standard_library/__init__.py", line 65, in <module>
import imp
ModuleNotFoundError: No module named 'imp'
Python 3.12 support was added upstream in v1.0.0:
https://github.com/PythonCharmers/python-future/commit/ba1cc505f1cb8eb0dfe495174f05aaec5a01eef3
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-future/+bug/2071640/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list