devika
devika copied to clipboard
INSTALLED EVERYTHING BUT IT IS NOT CREATING A PROJECT
When i select create new project it just does not do anything at all and when i type in the chat it says "Select a project" , is there something i missed during my installation how to fix this.
Hello @bajwa4200 ,
Have two terminal Open.
- Terminal One : Exec these cmd to start ui server.
cd ui/
bun install
bun run dev
- Terminal Two : Exec these cmd to start flask backend.
python devika.py
I executed the commands mentioned for terminal one they worked fine but in terminal 2 :
python3 devika.py
Traceback (most recent call last):
File "/home/dev/Documents/devika/devika.py", line 24, in
I used one Terminal, starting the Backend with "python devika.py &", sends this process to the background and releases the Terminal for executing the commands to start the UI (those in your Termine One).
Yet, I encountered the same issue: I cannot Create a project. Some of the items on the UI work either, such as entering a prompt, except that Devika cannot execute a prompt without a project defined.
I used one Terminal, starting the Backend with "python devika.py &", sends this process to the background and releases the Terminal for executing the commands to start the UI (those in your Termine One).
Yet, I encountered the same issue: I cannot Create a project. Some of the items on the UI work either, such as entering a prompt, except that Devika cannot execute a prompt without a project defined.
Same on here.
Hello @kimsama , @angeloluidens ,
UI is buggy but you can try invoking api from postman.works for me
Just thought i'd add - running into the same issue ...
fetch the latest changes.
Latest version installed and i have the same error
Ollama running Backend running and frontend
but cant create a new project still
share logs
Latest version installed and i have the same error
Ollama running Backend running and frontend
but cant create a new project still