from langchain.document_loaders import UnstructuredHTMLLoader is providing me with a weird error of '_exsltDateXpathCtxtRegister' each time.
I tried various methods including uninstalling and installing lxml packages.
still no luck.
This is the exact error:
ImportError: dlopen(/url_parser/venv/lib/python3.10/site-packages/lxml/etree.cpython-310-darwin.so, 0x0002): symbol not found in flat namespace '_exsltDateXpathCtxtRegister'
from langchain.document_loaders import UnstructuredHTMLLoader is providing me with a weird error of '_exsltDateXpathCtxtRegister' each time.
I tried various methods including uninstalling and installing lxml packages.
still no luck.
This is the exact error:
ImportError: dlopen(/url_parser/venv/lib/python3.10/site-packages/lxml/etree.cpython-310-darwin.so, 0x0002): symbol not found in flat namespace '_exsltDateXpathCtxtRegister'
Help will be much appreciated.