I have been looking around online and can not get information on the error I am receiving.
Error Message in Python 3.5.1 Shell
Traceback (most recent call last): File "C:UsersBDesktopNew folderbuildHousingEstateDataset.py", line 12, in <module> fiddy_states = pd.read_html('https://simple.wikipedia.org/wiki/List_of_U.S._states') File "C:UsersBAppDataLocalProgramsPythonPython35libsite-packagespandasiohtml.py", line 866, in read_html parse_dates, tupleize_cols, thousands, attrs, encoding) File "C:UsersBAppDataLocalProgramsPythonPython35libsite-packagespandasiohtml.py", line 718, in _parse parser = _parser_dispatch(flav) File "C:UsersBAppDataLocalProgramsPythonPython35libsite-packagespandasiohtml.py", line 677, in _parser_dispatch raise ImportError("lxml not found, please install it") ImportError: lxml not found, please install it
You must be logged in to post. Please login or register an account.
I tried pip install lxml and that also errored
error: command 'C:Program Files (x86)Microsoft Visual Studio 14.0VCBINamd64cl.exe' failed with exit status 2 ********************************************************************************* Could not find function xmlCheckVersion in library libxml2. Is libxml2 installed? *********************************************************************************