Skip to content

Solution for "ImportError: No module named lxml" on Mac #10

Closed
@dueddel

Description

@dueddel

Some users may get the mentioned error above when using the terminal of Mac OS.

It's fixed easily as I could find here: http://stackoverflow.com/questions/22674730/importerror-no-module-named-lxml-on-mac#22692262

→ As a developer you might have installed XCode previously. In that case you only have to enter the following two commands into your terminal:

sudo easy_install pip
sudo pip install lxml

(Yes, sudo is required.) That takes a few seconds and BAM! It works (at least it did for me).

For more details click the posted link.


By the way, this one is a great script, @berteh! Helped me out on playing around a bit. Thanks a lot!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions