-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Comments
i get this error as well |
this solution worked for me with a uv pip install --force-reinstall -v "numpy==1.25.2" |
i tried your way but nothing happened |
same problem |
Just do this will downgrade the numpy version to the version that is needed for Devika, though remember to upgrade for further use! |
pip show numpy |
|
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?
The text was updated successfully, but these errors were encountered: