Strange bug with Numpy and faster_whisper #849
thesystemera
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all. Something that came up super random today, out of the blue. When installing the latest faster_whisper, it seems to break my numpy. I've done a complete fresh build trying to work this out, uninstalled and reinstalled my developers environment hoping it was some phantom behavour. Have tried installing and uninstalling multiple versions of faster_whisper and even a few versions of numpy with no luck. Even if I uninstall the faster_whisper, the numpy stays broken! Doing my absolute head in, had a coding demo on Tuesday and well, Running out of options. Heres an example code snippet I get. `E:\New_Python_Environment\Testing\pythonProject.venv\Scripts\python.exe E:\New_Python_Environment\Testing\pythonProject\testing.py
Traceback (most recent call last):
File "E:\New_Python_Environment\Testing\pythonProject\testing.py", line 1, in
import numpy
File "E:\New_Python_Environment\Testing\pythonProject.venv\Lib\site-packages\numpy_init_.py", line 171, in
from . import random
File "E:\New_Python_Environment\Testing\pythonProject.venv\Lib\site-packages\numpy\random_init_.py", line 180, in
from . import _pickle
File "E:\New_Python_Environment\Testing\pythonProject.venv\Lib\site-packages\numpy\random_pickle.py", line 1, in
from .mtrand import RandomState
File "numpy\random\mtrand.pyx", line 1, in init numpy.random.mtrand
File "bit_generator.pyx", line 40, in init numpy.random.bit_generator
ImportError: cannot import name randbits
Process finished with exit code 1` Thanks for any help or suggestions anyone may have.
Beta Was this translation helpful? Give feedback.
All reactions