stitionai / devika

Devika is an Agentic AI Software Engineer that can understand high-level human instructions, break them down into steps, research relevant information, and write code to achieve the given objective. Devika aims to be a competitive open-source alternative to Devin by Cognition AI.
MIT License
18.4k stars 2.38k forks source link

terminated by signal SIGILL (Illegal instruction) #302

Open allelive opened 6 months ago

allelive commented 6 months ago

(.venv) alle@alle-Lenovo-B50-80 ~/devika (main) [0|1]> python3.12 devika.py 24.04.01 21:45:57: root: INFO : Initializing Devika... 24.04.01 21:45:57: root: INFO : Initializing Prerequisites Jobs... 24.04.01 21:46:23: root: INFO : Loading sentence-transformer BERT models... 24.04.01 21:46:34: root: INFO : BERT model loaded successfully. 24.04.01 21:46:38: root: INFO : Ollama available fish: 'python3.12 devika.py' terminated by signal SIGILL (Illegal instruction) (.venv) alle@alle-Lenovo-B50-80 ~/devika (main) [0|SIGILL]>

italiano per favore mi date soluzione a questo problema inizio a vederlo ovunnque questo messaggio anche su un altra macchina e non trovo soluzione credevo fosse la versione di python ho provato con versioni python3.8 mi da lo stesso problema penso il problema sia dovuto che ho scheda intel integrata senza cpu e senza supporto avx suppongo che sia per questo che mi da il problema e per questo ho provato python3.8 perche non dovrebbe avere istruzioni avx poi io non ci capisco piu nulla. linux mint inglese please give me a solution to this problem I start seeing this message everywhere even on another machine and I can't find a solution I thought it was the python version I tried with python3.8 versions it gives me the same problem I think the problem is due to the fact that I have an intel card integrated without cpu and without avx support I suppose that's why it gives me the problem and that's why I tried python3.8 because it shouldn't have avx instructions then I don't understand anything anymore. linux mint

sayout-de003 commented 6 months ago

This Seems like an AVX support problem. If the libraries working with AVX supports non AVX try to consider that else upgrade your system with AVX support but that would depends on your budget.

albonec commented 6 months ago

Italiano: Accedo con Sayout su di questo. Ti conviene a controllare se le librerie che danno supporto ad. AVX supportono pure gli istruzioni non-AVX. Se no, la unica possibile soluzione sarà cambiare gli pezzi non-AVX con alternativi che supportono istruzioni AVX. Buona fortuna!