Feature not found error - Parser library #1147
-
Hey folks, I am trying to use ec to load a sitemap by adding a source to the pipeline. While running this on my sandbox, I am getting the following error. Which parser should I need to add to install or add to my requirements.xml? File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/embedchain/chunkers/base_chunker.py", line 31, in create_chunks Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Simple fix, I need to install an XML parser and get it fixed. add 'lxml' to your requirements.xml (if you have one) or pip install lxml should do it as well. |
Beta Was this translation helpful? Give feedback.
Simple fix, I need to install an XML parser and get it fixed.
add 'lxml' to your requirements.xml (if you have one) or pip install lxml should do it as well.