-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Won't ingest data #33
Comments
I recommend updating to the development branch and trying again. |
Made a completely fresh Ubuntu 22.04 VM, installed the dev branch with no issues, it runs with no errors, but nothing is listening on port 8000. Looking at lsof -Pi I have several docker containers listening on some higher ports, and occasionally one pops up listening on port 8000, but disappears instantly before I can connect. |
When running the install and launch, did you install_dev.py and launch_dev.py? |
you shouldn't have to make a new VM - just run the proper python scripts |
I'll try that now. |
matt@matt-virtual-machine:~/Desktop/concierge$ sudo python3 launch_dev.py Ollama running |
Oops, looks like I forgot to include a dependency there! I will fix the dev branch. We have just released v0.3.0 which shouldn't have those issues, maybe you can try removing your current install and following the instructions on the main branch. Please let me know if you're still having trouble. |
No problem. FYI just tried it, first it made me install cargo, which I did, then it gave me this: Installing build dependencies ... done |
A couple of things:
I think cargo is a dependency of ruff, which is only used in the dev version. |
I initially missed the Python requirement, looks like I may be waiting until Ubuntu 24.04 actually works in a VM :) Thank you very much for the help! |
I've downgraded the requirements of the installer packages because I think they should probably work with Python 3.10 even though we're on a later version for development. Could you try:
and let me know if this works? Thanks. |
I have Concierge installed in an Ubuntu 22.04 VM and while it runs, it won't load any data from the web or locally. It just stays on 0%.
The text was updated successfully, but these errors were encountered: