I wish to leverage the langflow
project to build AI agents for my local ObsidianMD vault and its RAG system. The host device is an unrooted Samsung Galaxy Tab S9 Ultra and I am using a Debian 12 'Bookworm' proot chroot in Termux.
#5318
Unanswered
b9Joker108
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To whomever it may concern
I wish to leverage the
langflow
project to build AI agents for my local ObsidianMD vault and its RAG system. The host device is an unrooted Samsung Galaxy Tab S9 Ultra and I am using a Debian 12 'Bookworm' proot chroot in Termux.I first endeavoured installing with
micromamba
'spip
in a dedicatedmicromamba
virtual environment. I tried three times with three different virtual environments: Python 3.13, 3.12 and 3.11. The installation progressed most with 3.11 and went for over an hour:https://pastebin.com/S5q0B0YT
Please see errors at the very end of above linkage. I do not know how best to progress this install in this environment.
I then went to your repository and read that you recommend an installation with
uv
. I have the following version:I first created a dedicated virtual env for
langflow
withuv
and selected Python 3.11.2:langflow_project % source langflow_env/bin/activate (langflow_env) langflow_project % python --version Python 3.11.2 (langflow_env) langflow_project %
I had issues with the permissions of hardlinks in the installation process. I then endeavoured:
Also, without success. I then tried the following without success:
Dooes anyone have tricks and tips that I may employ to realise a successful install?
I await your advice.
Thanking you in anticipation
Beauford
Beta Was this translation helpful? Give feedback.
All reactions