You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please release this as Plone 6.0.0 Python 3.11 Docker image fails with LDAP support:
Traceback (most recent call last):
File "/app/lib/python3.11/site-packages/zope/configuration/xmlconfig.py", line 393, in endElementNS
self.context.end()
File "/app/lib/python3.11/site-packages/zope/configuration/config.py", line 703, in end
self.stack.pop().finish()
File "/app/lib/python3.11/site-packages/zope/configuration/config.py", line 873, in finish
actions = self.handler(context, **args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/lib/python3.11/site-packages/plone/autoinclude/zcml.py", line 37, in includePluginsDirective
dists = loader.load_packages(target)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/lib/python3.11/site-packages/plone/autoinclude/loader.py", line 139, in load_packages
z3c_dists = load_z3c_packages(target=target)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/lib/python3.11/site-packages/plone/autoinclude/loader.py", line 50, in load_z3c_packages
dist = importlib.import_module(module_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1206, in _gcd_import
File "<frozen importlib._bootstrap>", line 1178, in _find_and_load
File "<frozen importlib._bootstrap>", line 1149, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 940, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/app/lib/python3.11/site-packages/yafowil/plone/__init__.py", line 1, in <module>
from yafowil.plone import config
File "/app/lib/python3.11/site-packages/yafowil/plone/config.py", line 2, in <module>
from yafowil.plone.connectors import plone_preprocessor
File "/app/lib/python3.11/site-packages/yafowil/plone/connectors.py", line 2, in <module>
from collections import MutableMapping
ImportError: cannot import name 'MutableMapping' from 'collections' (/usr/local/lib/python3.11/collections/__init__.py)
The text was updated successfully, but these errors were encountered:
Please release this as Plone 6.0.0 Python 3.11 Docker image fails with LDAP support:
The text was updated successfully, but these errors were encountered: