sparrow-wifi icon indicating copy to clipboard operation
sparrow-wifi copied to clipboard

PyQt5.QtChart error

Open jrobinson52 opened this issue 5 years ago • 1 comments

When attempting to run sparrow-wifi.py I receive the following message: Traceback (most recent call last):

Traceback (most recent call last):
  File "./sparrow-wifi.py", line 37, in <module>
    from PyQt5.QtChart import QChart, QChartView, QLineSeries, QValueAxis
ImportError: /usr/lib/python3.7/site-packages/PyQt5/Qt/lib/libQt5Charts.so.5: undefined symbol: _ZdlPvm, version Qt_5

Version info:

  • Python: 3.7.4
  • pip3: 19.2.3
  • PyQtChart: 5.13.1
  • OS: manjaro
  • Bash: 5.0.11

jrobinson52 avatar Nov 09 '19 01:11 jrobinson52

Digite no terminal:

sudo apt-get python3-pyqt5.qtchart

gconelhero avatar Aug 26 '20 18:08 gconelhero