mem0ai / mem0

The Memory layer for your AI apps
https://mem0.ai
Apache License 2.0
21.32k stars 1.94k forks source link

Unable to install embedchain on manjaro #1333

Open hardik1408 opened 5 months ago

hardik1408 commented 5 months ago

🐛 Describe the bug

sudo pacman -Syu python-embedchain

tried the above code.

error: target not found: python-embedchain

error received. looks like pacman cannot identify embedchain as a python package

peterj commented 4 months ago

I don't think the embedchain package is published to AUR (as it probably can't be published to the official Manjaro repo). You could try git cloning the repo and building/install it directly.