-
-
Notifications
You must be signed in to change notification settings - Fork 428
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
Please help with - RuntimeError('Numpy is not available') ?! #823
Comments
Did you download the version for 4.1? There are separate builds for Blender 3-4 and Blender 4.1 and higher. |
Sure, my Blender version is 4.1, so I choose Dream Textures is for Blender 4.1+ - dream_textures-windows-cuda-4-1.7z. |
Ok, great. Can you open Window > Toggle System Console and see if there's any more to the error message? There should be a part that shows what line of code in the addon triggered the error. |
Sure, so this is my code - its every time wrote me, that I dont have Numpy Traceback (most recent call last): |
Can you send the part the error before this:
|
Sure!
|
One thing you may want to check is if another addon you have is messing with the dependencies in Blender. You could try a fresh installation of Blender, and add Dream Textures to see if it works on its own. Then add back in the other addons one by one to see if any cause the issue. |
Okey! Thank you very much for you time and answers - I will try your solution and will give feedback :) |
Hello!
I have this message every time when I tied to generate pictures:
"An error occurred while generating. Check the issues tab on GitHub to see if this has been reported before:
RuntimeError('Numpy is not available')"
I tried stable v1-4 and stable xl base.
I tried to reinstall Pip also connect it to Blender.
"C:\Program Files\Blender Foundation\Blender 4.1\4.1\python\bin\python.exe" -m pip uninstall numpy
"C:\Program Files\Blender Foundation\Blender 4.1\4.1\python\bin\python.exe" -m pip install numpy
Please help me to solve this problem.
The text was updated successfully, but these errors were encountered: