-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Pylint (>=2.13.0) cannot find misc_util
module in numpy.distutils
#6497
Labels
Comments
misc_util
module in numpy.distutils
misc_util
module in numpy.distutils
misc_util
module in numpy.distutils
misc_util
module in numpy.distutils
Thanks for the report. I bisected it to pylint-dev/astroid#1386. Apparently |
2 tasks
jacobtylerwalls
added a commit
to jacobtylerwalls/pylint
that referenced
this issue
May 4, 2022
I'm seeing a similar issue, but with a.py
Command Used
Pylint Output
Pylint Version
OS/Environment
Other Dependencies
|
jacobtylerwalls
added a commit
that referenced
this issue
May 9, 2022
Pierre-Sassoulas
pushed a commit
that referenced
this issue
May 9, 2022
Pierre-Sassoulas
pushed a commit
that referenced
this issue
May 9, 2022
Pierre-Sassoulas
pushed a commit
that referenced
this issue
May 13, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug description
Hi there,
No sure whether this is an issue in numpy or pylint.
Starting from
pylint
2.13.0,pylint
reports an error when importingnumpy.distutils.misc_util
When I downgrade pylint to the previous version (2.12.2) there is no error reported.
I could not find a significant change in the release notes of 2.13.0 that would cause this.
script
a.py
:Configuration
No response
Command used
Pylint output
Expected behavior
Python can import the module without issues, so I would not expect
pylint
to report an issue herePylint version
OS / Environment
Mac OS 12.3.1
Additional dependencies
numpy==1.22.3
The text was updated successfully, but these errors were encountered: