question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

html5lib issue causing AttributeError

See original GitHub issue

After 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:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
yakkycommented, Mar 5, 2019

@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

1reaction
yakkycommented, Nov 21, 2018

@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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found