Skip to content

Instantly share code, notes, and snippets.

@mberman84
Created April 3, 2024 16:19
Show Gist options
  • Save mberman84/5ebdd660dce3b5474515ee91a82f4746 to your computer and use it in GitHub Desktop.
Save mberman84/5ebdd660dce3b5474515ee91a82f4746 to your computer and use it in GitHub Desktop.
Devika Installation
git clone https://github.com/stitionai/devika.git
conda create -n devika python=3.10
conda activate devika
which python
/usr/local/anaconda3/envs/devika/bin/python -m pip install -r requirements.txt
playwright install --with-deps
npm install
bun run dev
open new terminal
conda activate devika
rename sample.config.toml
fill out config.toml
@Ep0chk
Copy link

Ep0chk commented Apr 15, 2024

source .venv/bin/activate

this is best run to on its own bare metal linux containers. its not a windows "app" - you'll run into a lot of dependency and path errors using windows

@Falkonar
Copy link

source .venv/bin/activate

this is best run to on its own bare metal linux containers. its not a windows "app" - you'll run into a lot of dependency and path errors using windows

Thank you ! I figured out too that run at least on WSL the best way

@BindingOx
Copy link

[WinError 10013] An attempt was made to access a socket in a way forbidden by its access permissions: ('0.0.0.0', 1337) i this error in windows anyone know how to fix it , this is after python devika.py

did you solve this error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment