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

Mention installing html5lib to run the tests in the readme #543

Closed
DavidBruant opened this issue Jan 21, 2014 · 2 comments · Fixed by #857
Closed

Mention installing html5lib to run the tests in the readme #543

DavidBruant opened this issue Jan 21, 2014 · 2 comments · Fixed by #857
Labels

Comments

@DavidBruant
Copy link

Arriving at python tools/scripts/manifest.py MANIFEST.json, I met an error:

Traceback (most recent call last):
  File "tools/scripts/manifest.py", line 466, in <module>
    update_manifest(repo_root, out_dir)
  File "tools/scripts/manifest.py", line 456, in update_manifest
    update(manifest)
  File "tools/scripts/manifest.py", line 436, in update
    import html5lib
ImportError: No module named html5lib
@DavidBruant
Copy link
Author

And I guess installing pip as well?

I forgot to mention I'm on the latest Ubuntu stable and don't really have experience with Python nor more environment than provided by default.

@DavidBruant
Copy link
Author

I personally solved the issue doing

sudo apt-get install pip-python
sudo pip install html5lib

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

Successfully merging a pull request may close this issue.

1 participant