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

lxml error #65

Open
Om3gaa opened this issue Mar 1, 2021 · 2 comments
Open

lxml error #65

Om3gaa opened this issue Mar 1, 2021 · 2 comments

Comments

@Om3gaa
Copy link

Om3gaa commented Mar 1, 2021

when i run skiptracer.py i get this:

Traceback (most recent call last):
File "skiptracer.py", line 4, in
import plugins.proxygrabber as pg
File "C:\Users\maxen\OneDrive\Documents\maison\1Maxence\skiptracer-master\plugins\proxygrabber.py", line 4, in
from lxml.html import fromstring
ImportError: No module named lxml.html

@KentuckyJohnOliver
Copy link

have you installed the dependencies from the requirements.txt yet? that was not enough to get it working, i found i had to manually install lxml with the following:
sudo apt-get install python3-lxml
sudo apt-get install libxml2-dev libxslt-dev python-dev

@kikokimo1
Copy link

have you installed the dependencies from the requirements.txt yet? that was not enough to get it working, i found i had to manually install lxml with the following: sudo apt-get install python3-lxml sudo apt-get install libxml2-dev libxslt-dev python-dev

i got the same error as Om3gaa, i did what you've suggested, (sudo apt-get install python3-lxml and sudo apt-get install libxml2-dev libxslt-dev python-dev) and i got the same error when i tried running skiptracer.py

also if you didn't know this program uses python 2.7 so i went from python3 to python-2.7 and it still gave me an error

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

No branches or pull requests

3 participants