ImportError: numpy.core.multiarray failed to import #747
Unanswered
kylebrothers
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone!
I've been running this happily on my Ubuntu box for months. I tried to install an extension, which then caused a crash, and now I can't get it to start back up. I get this message during build:
auto-1 | Installing extension dependencies (if any)
auto-1 | RuntimeError: module compiled against ABI version 0x1000009 but this version of numpy is 0x2000000
auto-1 | Traceback (most recent call last):
auto-1 | File "/stable-diffusion-webui/webui.py", line 13, in
auto-1 | initialize.imports()
auto-1 | File "/stable-diffusion-webui/modules/initialize.py", line 39, in imports
auto-1 | from modules import processing, gradio_extensons, ui # noqa: F401
auto-1 | File "/stable-diffusion-webui/modules/processing.py", line 14, in
auto-1 | import cv2
auto-1 | File "/opt/conda/lib/python3.10/site-packages/cv2/init.py", line 8, in
auto-1 | from .cv2 import *
auto-1 | ImportError: numpy.core.multiarray failed to import
I've deleted all of the extension files from the config folder, and it still generates this output. So it doesn't seem like an extension problem. Any ideas about how to address?
THANK YOU!
Kyle
Beta Was this translation helpful? Give feedback.
All reactions