You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Numpy error when launching run.bat
Checking installs and venv + autodebug checks
Python version: 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Webui version: 17c7489a1ffb1a95ac6e600af25383b7b07f3909 - Wed May 29 16:37:24 2024 +0200
Found extensions:
activating venv
Checking installs and venv + autodebug checks
Python version: 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Webui version: 17c7489a1ffb1a95ac6e600af25383b7b07f3909 - Wed May 29 16:37:24 2024 +0200
Found extensions:
Installed wheel!
Done installing/checking installs.
Activating extensions
Preparing
Traceback (most recent call last):
File "c:\AI\Audio-WebUI\numpy\core\__init__.py", line 24, in <module>
from . import multiarray
File "c:\AI\Audio-WebUI\numpy\core\multiarray.py", line 10, in <module>
from . import overrides
File "c:\AI\Audio-WebUI\numpy\core\overrides.py", line 8, in <module>
from numpy.core._multiarray_umath import (
ModuleNotFoundError: No module named 'numpy.core._multiarray_umath'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\AI\Audio-WebUI\numpy\__init__.py", line 144, in <module>
from numpy.__config__ import show as show_config
File "c:\AI\Audio-WebUI\numpy\__config__.py", line 4, in <module>
from numpy.core._multiarray_umath import (
File "c:\AI\Audio-WebUI\numpy\core\__init__.py", line 50, in <module>
raise ImportError(msg)
ImportError:
IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
Importing the numpy C-extensions failed. This error can happen for
many reasons, often due to issues with your setup or how NumPy was
installed.
We have compiled some common reasons and troubleshooting tips at:
https://numpy.org/devdocs/user/troubleshooting-importerror.html
Please note and check the following:
* The Python version is: Python3.10 from "c:\AI\Audio-WebUI\venv\Scripts\python.exe"
* The NumPy version is: "1.26.3"
and make sure that they are the versions you expect.
Please carefully study the documentation linked above for further help.
Original error was: No module named 'numpy.core._multiarray_umath'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "c:\AI\Audio-WebUI\main.py", line 27, in <module>
from webui.modules.implementations.tts_monkeypatching import patch as patch1
File "c:\AI\Audio-WebUI\webui\modules\implementations\__init__.py", line 1, in <module>
import webui.modules.implementations.ttsmodels as tts
File "c:\AI\Audio-WebUI\webui\modules\implementations\ttsmodels.py", line 5, in <module>
import gradio
File "c:\AI\Audio-WebUI\venv\lib\site-packages\gradio\__init__.py", line 3, in <module>
import gradio.components as components
File "c:\AI\Audio-WebUI\venv\lib\site-packages\gradio\components\__init__.py", line 1, in <module>
from gradio.components.annotated_image import AnnotatedImage
File "c:\AI\Audio-WebUI\venv\lib\site-packages\gradio\components\annotated_image.py", line 8, in <module>
import numpy as np
File "c:\AI\Audio-WebUI\numpy\__init__.py", line 149, in <module>
raise ImportError(msg) from e
ImportError: Error importing numpy: you should not try to import numpy from
its source directory; please exit the numpy source tree, and relaunch
your python interpreter from there.
Error importing numpy: you should not try to import numpy from
its source directory; please exit the numpy source tree, and relaunch
your python interpreter from there.
Your install might have failed to install one of the requirements, are you missing a package?
You can read common issues at https://github.com/gitmylo/audio-webui/wiki/common-issues
The text was updated successfully, but these errors were encountered:
Describe the bug
Numpy error when launching run.bat
The text was updated successfully, but these errors were encountered: