bibi-b
bibi-b
Thanks. I started from scratch, installed the python environment as linked above and am now running into this issue: Failed to build hnswlib pycocotools ERROR: Could not build wheels for...
@pseudotensor Sure and thanks! Building wheels for collected packages: hnswlib, pycocotools Building wheel for hnswlib (pyproject.toml) ... error error: subprocess-exited-with-error × Building wheel for hnswlib (pyproject.toml) did not run successfully....
Hi @pseudotensor , thanks a lot for your help. Here are some outputs: ` meiko@SERVER-LINUX:~$ conda activate (base) meiko@SERVER-LINUX:~$ python -V Python 3.10.11 (base) meiko@SERVER-LINUX:~$ python -c "import os, sys...
@pseudotensor Ha! The solution is to use pip3 instead. So ` pip3 install -r reqs_optional/requirements_optional_langchain.txt ` is working. ;-)
Same here. I try to run it with docker but it seems that the .env isnt recognized. Any hints?
Found a related post on discord. If you run the project on a server and open the URL remotely, it opens the side, but it seems the .env is not...
Agree. I think, that in the first place it would help, if all files get activated by default within in the workspace you uploaded them. Now I am in a...
@timrae About 30 min.
No, as it is an headless server I want to have it "lean". Any chance to get the URL in the command line?
Okay, thank you. I'll try this.