2

I'm learning Pyqt5 for my program, and I have some problems.

I'm using Pycharm, and it shows three warning in my sample code like this, but it works well. I know nothing about Pyqt yet and this warnings are very annoying.

I found this Stack Overflow question but I think this is not same situation with me. (Wrong?)

Warning messages are like this:
Parameter 'flags' unfilled. (What is flags parameter?)
Unresolved attribute reference 'connect' for class 'pyqtBoundSignal'
Parameter 'p_str_1' unfilled (What is this Thing?)

How to solve these warnings?
I'm using Pycharm community edition, Python 3.8 and Windows 10.

eyllanesc
  • 235,170
  • 19
  • 170
  • 241
Superjay
  • 447
  • 1
  • 7
  • 25
  • Those warnings are that, warnings. Is there a specific reason for which you want to avoid them, or are you just preoccupied that they might be somehow *severe*? – musicamante Feb 04 '21 at 00:55
  • 1
    You may need to install/upgrade [PyQt5-stubs](https://pypi.org/project/PyQt5-stubs/). – ekhumoro Feb 04 '21 at 01:15

0 Answers0