Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: module 'collections' has no attribute 'Mapping' #6

Open
pindge opened this issue Nov 14, 2022 · 1 comment
Open

AttributeError: module 'collections' has no attribute 'Mapping' #6

pindge opened this issue Nov 14, 2022 · 1 comment

Comments

@pindge
Copy link

pindge commented Nov 14, 2022

Exception occurred:
  File "/home/odc/.local/lib/python3.10/site-packages/sphinxcontrib/dd/yaml.py", line 48, in _do_resolve
    if isinstance(node, collections.Mapping) and '$ref' in node:
AttributeError: module 'collections' has no attribute 'Mapping'
The full traceback has been saved in /tmp/sphinx-err-a8_3ays0.log, if you want to report the issue to the developers.
Please also report this if it was a user error, so that a better error message can be provided next time.
A bug report can be filed in the tracker at <https://github.com/sphinx-doc/sphinx/issues>. Thanks!
make: *** [Makefile:34: html] Error 2
@bstriner
Copy link

Fix here: #7

Install patch with pip install git+https://github.com/bstriner/[email protected]+abc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants