mirror of
https://github.com/mrh0wl/Cloudmare.git
synced 2026-04-26 02:15:58 +03:00
[GH-ISSUE #7] ImportError: No module named w3lib.html ! #5
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Cloudmare#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gmtungphan on GitHub (Aug 4, 2019).
Original GitHub issue: https://github.com/mrh0wl/Cloudmare/issues/7
When i run this like : python cloudmare.py had error :
Traceback (most recent call last):
File "Cloudmare.py", line 33, in
from thirdparty.html_similarity import similarity
File "/home/tungpdv/Desktop/Hacking/Cloudmare/thirdparty/html_similarity/init.py", line 4, in
from thirdparty.html_similarity.style_similarity import style_similarity
File "/home/tungpdv/Desktop/Hacking/Cloudmare/thirdparty/html_similarity/style_similarity.py", line 1, in
from thirdparty.parsel import Selector
File "/home/tungpdv/Desktop/Hacking/Cloudmare/thirdparty/parsel/init.py", line 10, in
from thirdparty.parsel.selector import Selector, SelectorList # NOQA
File "/home/tungpdv/Desktop/Hacking/Cloudmare/thirdparty/parsel/selector.py", line 9, in
from .utils import flatten, iflatten, extract_regex, shorten
File "/home/tungpdv/Desktop/Hacking/Cloudmare/thirdparty/parsel/utils.py", line 3, in
from w3lib.html import replace_entities as w3lib_replace_entities
ImportError: No module named w3lib.html
Please help me fix it .
@mrh0wl commented on GitHub (Aug 9, 2019):
Use on terminal:
pip install scrapy
If this doesn’t work, use:
pip install w3lib