-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
"Numpy is not available" Error #49
Comments
|
i have sam issue but in installing procses u get this: note: This error originates from a subprocess, and is likely not a problem with pip. × Getting requirements to build wheel did not run successfully. |
Here's how I solved it:
|
Thanks a lot, I've managed to make them work. |
Installing the latest version of Numpy 1 also worked for me. The install script should be updated to avoid numpy 2. This is the ideal way, rather than specifying the exact version:
|
I don't even see a direct download for Numpy it makes no sense |
For me, the NumPy error is gone, but it still doesn't run, it looks like it really can't import stable_whisper. I'm using Python 3.12.4 and PyTorch 2.4.0. Traceback (most recent call last):
File "C:\ProgramData\Blackmagic Design\DaVinci Resolve\Fusion\Scripts\Utility\auto-subs.py", line 26, in <module>
import stable_whisper
File "C:\Users\kaian\AppData\Local\Programs\Python\Python312\Lib\site-packages\stable_whisper\__init__.py", line 1, in <module>
from .stabilization import *
File "C:\Users\kaian\AppData\Local\Programs\Python\Python312\Lib\site-packages\stable_whisper\stabilization.py", line 6, in <module>
from whisper.tokenizer import Tokenizer
File "C:\Users\kaian\AppData\Local\Programs\Python\Python312\Lib\site-packages\whisper\__init__.py", line 12, in <module>
from .decoding import DecodingOptions, DecodingResult, decode, detect_language
File "C:\Users\kaian\AppData\Local\Programs\Python\Python312\Lib\site-packages\whisper\decoding.py", line 11, in <module>
from .tokenizer import Tokenizer, get_tokenizer
File "C:\Users\kaian\AppData\Local\Programs\Python\Python312\Lib\site-packages\whisper\tokenizer.py", line 8, in <module>
from transformers import GPT2TokenizerFast
File "C:\Users\kaian\AppData\Local\Programs\Python\Python312\Lib\site-packages\transformers\__init__.py", line 26, in <module>
from . import dependency_versions_check
File "C:\Users\kaian\AppData\Local\Programs\Python\Python312\Lib\site-packages\transformers\dependency_versions_check.py", line 16, in <module>
from .utils.versions import require_version, require_version_core
File "C:\Users\kaian\AppData\Local\Programs\Python\Python312\Lib\site-packages\transformers\utils\__init__.py", line 34, in <module>
from .generic import (
File "C:\Users\kaian\AppData\Local\Programs\Python\Python312\Lib\site-packages\transformers\utils\generic.py", line 32, in <module>
from .import_utils import (
File "C:\Users\kaian\AppData\Local\Programs\Python\Python312\Lib\site-packages\transformers\utils\import_utils.py", line 37, in <module>
logger = logging.get_logger(__name__) # pylint: disable=invalid-name
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\kaian\AppData\Local\Programs\Python\Python312\Lib\site-packages\transformers\utils\logging.py", line 157, in get_logger
_configure_library_root_logger()
File "C:\Users\kaian\AppData\Local\Programs\Python\Python312\Lib\site-packages\transformers\utils\logging.py", line 93, in _configure_library_root_logger
_default_handler.flush = sys.stderr.flush
^^^^^^^^^^^^^^^^
AttributeError: module 'fu_stderr' has no attribute 'flush' |
Windows 10 Pro
Resolve 18.6
I get this error in the Davinci Console after trying to generate the subs. The auto-subs menu is also stuck in the "Transcribing Audio...".
I've tried both, the auto and manual install route. Should i try to unnistall the NumPy 2.0 version and install the 1.0?
Here is the Resolve Console Log:
The text was updated successfully, but these errors were encountered: