ImportError: lxml not found, please install it 오류
python을 사용하던 중 lxml이 이미 설치되어 있음에도 불구하고 계속해서 찾을 수 없으며 다시 설치하라는 오류가 발생할 때 해결 방법입니다. 문제 ImportError: lxml not found, please install it C:\ProgramData\Anaconda3\envs\py32\lib\site-packages\pandas\io\html.py in read_html(io, match, flavor, header, index_col, skiprows, attrs, parse_dates, thousands, encoding, decimal, converters, na_values, keep_default_na, displayed_only) 1083 io = stringify_path(io)..
IT/Python
2022. 2. 16. 21:55