devika icon indicating copy to clipboard operation
devika copied to clipboard

Getting error during installation - Numpy is not available

Open LeonMatch opened this issue 1 year ago • 8 comments

Discussed in https://github.com/stitionai/devika/discussions/622

Originally posted by LeonMatch July 6, 2024 Hello, I am following all the instructions closely, however, when I run: python devika.py I get an error: RuntimeError: Numpy is not available I verified that numpy is installed and even re-installed it, but I'm still getting this error.

What can be wrong?

LeonMatch avatar Jul 07 '24 03:07 LeonMatch

i get this error as well

ForgingFates avatar Jul 11 '24 05:07 ForgingFates

this solution worked for me with a uv pip install --force-reinstall -v "numpy==1.25.2"

sevaroy avatar Jul 16 '24 13:07 sevaroy

this solution worked for me with a uv pip install --force-reinstall -v "numpy==1.25.2"

i tried your way but nothing happened

BlacKSouLxx avatar Jul 23 '24 23:07 BlacKSouLxx

same problem even if i reinstall numpy using: uv pip install --force-reinstall -v "numpy==1.25.2" and i already tried: pip install setuptools pip install --upgrade setuptools i still have another problem : ModuleNotFoundError: No module named 'distutils'

BlacKSouLxx avatar Jul 23 '24 23:07 BlacKSouLxx

Just do pip install numpy<2

this will downgrade the numpy version to the version that is needed for Devika, though remember to upgrade for further use!

Hasnainbro avatar Aug 20 '24 07:08 Hasnainbro

pip show numpy pip install numpy

rahoofachulliyil avatar Sep 12 '24 15:09 rahoofachulliyil

uv pip install --force-reinstall -v "numpy==1.25.2" works, thanks!

wesleyscholl avatar Oct 04 '24 18:10 wesleyscholl

same problem even if i reinstall numpy using: uv pip install --force-reinstall -v "numpy==1.25.2" and i already tried: pip install setuptools pip install --upgrade setuptools i still have another problem : ModuleNotFoundError: No module named 'distutils'

uv pip install --force-reinstall -v "numpy==1.26" fixes it, try it

GuruTheCoderYoutube avatar Apr 03 '25 23:04 GuruTheCoderYoutube