I'm trying to install lxml with pip. I received this initial error when running my script:
bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: xml. Do you need to install a parser library? A quick search of the above error (such as here) revealed I need to install lxml.
While trying to install lxml I receive the following error:
clang: error: unknown argument: '-mno-fused-madd' error: command 'cc' failed with exit status 1 Any idea what is going on?