devika icon indicating copy to clipboard operation
devika copied to clipboard

Interface Not Working on Windows Using BUN for Experimental Windows Builds

Open DiDisama317 opened this issue 1 year ago • 4 comments

I was using the experimental version of BUN install on Windows, and everything went fine during the installation.

But I can not inference the devika whether I start the server first then UI or UI first then the server. The localhost web freezes and there's no response whatever I click on.

Screenshot 2024-03-24 233319 Screenshot 2024-03-24 234208

image

DiDisama317 avatar Mar 24 '24 16:03 DiDisama317

This looks like a same issue as #113

kimsama avatar Mar 25 '24 03:03 kimsama

This looks like a same issue as #113

Yeah, The only difference is that the post #113 uses WSL for BUN installing while I just used the experimental version of BUN on Windows.

DiDisama317 avatar Mar 25 '24 03:03 DiDisama317

you able to solve your issue? or make sure you install ollama and running it, if not do use these command ###Download Ollama..

`** CMD**

start ollama (if downloaded)

in case:: if its already run or getting freeze than kill their process using

taskkill /IM ollama.exe /F

start ollama

it will resolve the issue`

iAstrodude avatar Mar 26 '24 11:03 iAstrodude

you able to solve your issue? or make sure you install ollama and running it, if not do use these command ###Download Ollama..

`** CMD**

start ollama (if downloaded)

in case:: if its already run or getting freeze than kill their process using

taskkill /IM ollama.exe /F

start ollama

it will resolve the issue`

No, that seem not be working for me. By the way, I've tried on both Ubuntu and Windows, and they both can't run this.

DiDisama317 avatar Mar 26 '24 11:03 DiDisama317

move the discussion to here https://github.com/stitionai/devika/issues/113

ARajgor avatar Apr 03 '24 18:04 ARajgor