devika
devika copied to clipboard
FastLogging can't be installed on Windows
I followed every step in the installation:
ollama serve
git clone https://github.com/stitionai/devika.git
cd devika/
uv venv
uv pip install -r requirements.txt
cd ui/
bun install
bun run dev
python3 devika.py
when I type python devika.py on windows it says "Traceback (most recent call last):
File "D:\devika\devika.py", line 9, in
fastlogging is the only library that I can't install on Windows 10, would it be possible to replace it with picologging?
Happened with me too, it got fixed after i switched to using uv/venv for the project
when i run "source .venv/bin/activate " it says ' 'source' is not recognized as an internal or external command, operable program or batch file.'
create venv and install the requirements.txt
when i run "source .venv/bin/activate " it says ' 'source' is not recognized as an internal or external command, operable program or batch file.'
If you're on Windows run .venv/Scripts/activate sans source