Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting error during installation - Numpy is not available #623

Open
LeonMatch opened this issue Jul 7, 2024 Discussed in #622 · 7 comments
Open

Getting error during installation - Numpy is not available #623

LeonMatch opened this issue Jul 7, 2024 Discussed in #622 · 7 comments

Comments

@LeonMatch
Copy link

Discussed in #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?

@ForgingFates
Copy link

i get this error as well

@sevaroy
Copy link

sevaroy commented Jul 16, 2024

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

@BlacKSouLxx
Copy link

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
Copy link

BlacKSouLxx commented Jul 23, 2024

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'

@Hasnainbro
Copy link

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!

@rahoofachulliyil
Copy link

pip show numpy
pip install numpy

@wesleyscholl
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants