-
Notifications
You must be signed in to change notification settings - Fork 58
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
ModuleNotFoundError: No module named 'numba.decorators' #5
Comments
I've found a solution.Just reinstall numba. |
Just re-install the numba version to 0.48 -> pip install numba==0.48 |
ERROR: Could not install packages due to an EnvironmentError: [WinError 5] Access is denied: 'C:\Users\Pranaswi Reddy\AppData\Local\Programs\Python\Python38\Lib\site-packages\~umba\core\runtime\_nrt_python.cp38-win_amd64.pyd' |
check the type of user you are while you cmd to install/upgrade. I was using numba with librosa and got this error, I removed numba and reinstalled librosa. It worked for me. |
Hi, I ran into this problem after I installed numba correctly.Could you please tell me how to solve it?
The error message is:
from numba.decorators import jit as optional_jit
ModuleNotFoundError: No module named 'numba.decorators'
The text was updated successfully, but these errors were encountered: