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

import imp causing DeprecationWarning #3248

Closed
pythonweb2 opened this issue Aug 21, 2018 · 2 comments
Closed

import imp causing DeprecationWarning #3248

pythonweb2 opened this issue Aug 21, 2018 · 2 comments
Labels

Comments

@pythonweb2
Copy link

So when I turn the simplefilter to default, I get an error when running the following command:

from numba import njit, prange

The error is this:

DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses import imp

The traceback file is this one:

numba\serialize.py:7

@stuartarchibald
Copy link
Contributor

Thanks for the report. Another user has contributed the start of a patch against this here #3237. Will try and get it into the 0.40 release.

@seibert
Copy link
Contributor

seibert commented Aug 26, 2018

#3237 has been merged, so closing this issue.

@seibert seibert closed this as completed Aug 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants