html5lib issue causing AttributeError
See original GitHub issueAfter following the django cms installation tutorial I got an attribute error when attempting to make my first page after hitting the green “Create” button.
I was able to fix it by running pip uninstall html5lib
and then pip install html5lib
which put html5lib 1.0.1 which appears to work. I believe the issue is with the current version of html5lib djangocms-installer requires and more details can be found here: https://github.com/divio/django-cms/issues/6401
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:8 (5 by maintainers)
Top Results From Across the Web
module 'html5lib.treebuilders' has no attribute '_base ... - GitHub
html5lib (version 1.1). First, I tried removing and reinstalling python3-bs4 and python3-html5lib, but it didn't resolve the issue. However, I ...
Read more >Error in reading html to data frame in Python "'module' object ...
This is an issue with upstream package html5lib ... To fix, force downgrade to an older version: pip install --upgrade html5lib==1.0b8.
Read more >module 'html5lib.treebuilders' has no attribute '_base ... - Reddit
TreeBuilder): AttributeError: module 'html5lib.treebuilders' has no attribute ... around and it seems that others have had this same issue.
Read more >Beautiful Soup - Trouble Shooting - Tutorialspoint
AttributeError. It is caused when the dot notation doesn't find a sibling tag to the current HTML tag. For example, you may have...
Read more >Solved: Bitbake failing to build - NXP Community
AttributeError: 'module' object has no attribute '_base' ... This problem is caused by a change in the "html5lib" Python package.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@oshanz could you open a separate issue for this? I am not using pipenv myself, so I have not given a though. But I am open to discuss how to implement this
@m-aciek the source of the issue is actually a bit differnt in your case. it’s fixed in nephila/djangocms-installer#335 which should yield to a 1.0.2 release later today thanks for reporting!