benjamin-awd / StatementSensei

PDF to CSV conversion for your bank statements
https://statementsensei.streamlit.app/
GNU Affero General Public License v3.0
62 stars 9 forks source link

no matching manifest for linux/arm64/v8 in the manifest list entries #22

Closed shah-smit closed 1 month ago

shah-smit commented 1 month ago

Hi Ben,

Awesome Library, however I am currently facing issue when running the docker on my machine (M2 Mac 2023),

(base)  ~ docker pull benjaminawd/statementsensei
Using default tag: latest
latest: Pulling from benjaminawd/statementsensei

What's next:
    View a summary of image vulnerabilities and recommendations → docker scout quickview benjaminawd/statementsensei
no matching manifest for linux/arm64/v8 in the manifest list entries
shah-smit commented 1 month ago

Also, when trying to setup locally,

ModuleNotFoundError: No module named 'monopoly'

benjamin-awd commented 1 month ago

I've added support for arm64 machines, should work now! Also updated the README with more specific information on how to run it as a standalone container.