Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. /home/user/.../tempStorage/bs4/element.py:16: UserWarning: The soupsieve package is not installed. CSS selectors cannot be used.
  2. 'The soupsieve package is not installed. CSS selectors cannot be used.'
  3. Traceback (most recent call last):
  4. File "master.py", line 10, in <module>
  5. from bs4 import BeautifulSoup
  6. File "/home/user/.../tempStorage/bs4/__init__.py", line 34, in <module>
  7. from .builder import builder_registry, ParserRejectedMarkup
  8. File "/home/user/.../tempStorage/bs4/builder/__init__.py", line 7, in <module>
  9. from bs4.element import (
  10. File "/home/user/.../tempStorage/bs4/element.py", line 19, in <module>
  11. from bs4.dammit import EntitySubstitution
  12. File "/home/user/.../tempStorage/bs4/dammit.py", line 13, in <module>
  13. from html.entities import codepoint2name
  14. ImportError: No module named html.entities
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement