You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't reproduce this issue. Are you sure that the message is coming from pylint and not PyLance or some other part of vscode?
What versions of astroid and PyQt5 do you have?
Had the same problem with PySide6 on Linux. Problem seems to have been that system dependencies were not installed. sudo apt-get -y install xorg libxkbcommon0 helped.
Hello I am following the suggestion in the link below, about posting new issues for specifics modules in this case PyQt5
#1524 (comment)
Steps to reproduce
I imported the following classes from PyQt5 in order to build a Message Box:
Also I have the following setting in my settings.json:
Thanks to this some error messages stopped showing but I still get the following errors in the problems tabs of vscode:
Current behavior
'No name 'QtWidgets' in module 'PyQt5'
'Unable to import 'PyQt5.QtWidgets'
'No name 'QtGui' in module 'PyQt5'
'Unable to import 'PyQt5.QtGui'
Expected behavior
No errors of this kind
pylint --version output
pylint 2.5.3 with Python 3.7.3 using the anaconda distributor
The text was updated successfully, but these errors were encountered: