Receiving 'ImportError: cannot import name etree' when using lxml in Python on Mac
I'm having difficulty properly installing lxml for Python on Mac. I have followed the instructions here , which after installation indicates that the installation is successful (however, there are some warnings. The full log of the install and warnings can be found here ) After running the install, I am trying to run Test.py in the lxml install directory to ensure that it's working correctly. I am immediately prompted with the error: ImportError" cannot import name etree. This error results from the line from lxml import etree . I can't seem to figure out why it's failing here after a