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.

ModuleNotFoundError: No module named 'lxml'

See original GitHub issue

when running makeHosts.py I get ModuleNotFoundError: No module named 'lxml'

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
cory-bakercommented, Jun 6, 2020

Instructions were buried in readme

0reactions
funilryscommented, Jun 6, 2020

Hi @dandonahoe @coryb08 !

As stated in the README:

To generate your own unified hosts file you will need Python 3.5 or later.

Stay safe and healthy!

Read more comments on GitHub >

github_iconTop Results From Across the Web

ModuleNotFoundError: No module named 'lxml' in Python
The Python "ModuleNotFoundError: No module named 'lxml'" occurs when we forget to install the lxml module before importing it or install it ......
Read more >
Installing lxml module in python - Stack Overflow
Just do: sudo apt-get install python-lxml. For Python 2 (e.g., required by Inkscape): sudo apt-get install python2-lxml.
Read more >
ModuleNotFoundError: No module named 'lxml' #692 - GitHub
OS: MacOS Catalina 10.15.3 · PyQt version: 5.
Read more >
[Fixed] ModuleNotFoundError: No module named 'lxml' - Finxter
How to Fix “ModuleNotFoundError: No module named 'lxml'” in PyCharm · Open File > Settings > Project from the PyCharm menu. · Select...
Read more >
No module named 'lxml' - Beyond the Basics - Inkscape Forum
To make it short, it means that you lacked some "dependencies" for the libraries you wanted to use. This is a common problem...
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