Skip to content
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

Open
wenyeye4 opened this issue Mar 5, 2020 · 4 comments
Open

ModuleNotFoundError: No module named 'numba.decorators' #5

wenyeye4 opened this issue Mar 5, 2020 · 4 comments

Comments

@wenyeye4
Copy link

wenyeye4 commented Mar 5, 2020

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'

@wenyeye4
Copy link
Author

wenyeye4 commented Mar 6, 2020

I've found a solution.Just reinstall numba.

@salonijain18
Copy link

Just re-install the numba version to 0.48 -> pip install numba==0.48
Seems like numba removed the decorators module with version 0.50.

@pranaswi23
Copy link

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'
Consider using the ``--user` option or check the permissions.
i am geeting error like this while using pip install numba==0..48

@carankt
Copy link

carankt commented Jul 23, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants