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
File "/Users/chad/Library/Application Support/pipx/venvs/insanely-fast-whisper/lib/python3.12/site-packages/pyannote/audio/core/inference.py", line 529, in Inference
missing: float = np.NaN,
^^^^^^
File "/Users/chad/Library/Application Support/pipx/venvs/insanely-fast-whisper/lib/python3.12/site-packages/numpy/__init__.py", line 397, in __getattr__
raise AttributeError(
AttributeError: `np.NaN` was removed in the NumPy 2.0 release. Use `np.nan` instead.. Did you mean: 'nan'?
Still looking into if downgrading NumPy will resolve the issue.
The text was updated successfully, but these errors were encountered:
C:\Users\USER\AppData\Local\Programs\Python\Python312\Lib\site-packages\torch\nested\_internal\nested_tensor.py:417: UserWarning: Failed to initialize NumPy: _ARRAY_API not found (Triggered internally at ..\torch\csrc\utils\tensor_numpy.cpp:84.)
This is with the latest version of the package 0.0.15.
Downgrading numpy worked for me (keeping the original np.NaN as is)
Attempting to run this after install I get:
Still looking into if downgrading NumPy will resolve the issue.
The text was updated successfully, but these errors were encountered: