VikParuchuri / marker

Convert PDF to markdown quickly with high accuracy
https://www.datalab.to
GNU General Public License v3.0
14.66k stars 764 forks source link

Issue with installation requirements (pydantic_settings) #81

Closed JamMaster1999 closed 5 months ago

JamMaster1999 commented 5 months ago

Hello I have tried installing the library requirements using the following command: xargs brew install < scripts/install/brew-requirements.txt but I am getting multiple errors of missing libraries the latest being about ModuleNotFoundError: No module named 'pydantic_settings' Please help.

VikParuchuri commented 5 months ago

Did you use poetry install to install the python deps?