MatthiasSchinzel / sysmon

Graphical system monitor for linux, including information about CPU, GPU, Memory, HDD/SDD and your network connections. Similar to windows task manager.
GNU General Public License v3.0
294 stars 25 forks source link

I have an error.. #32

Open anysystemroot opened 1 year ago

anysystemroot commented 1 year ago

$ pip install sysmon

$ sysmon

Traceback (most recent call last): File "/home/username/.local/bin/sysmon", line 8, in sys.exit(main()) File "/home/username/.local/lib/python3.10/site-packages/sysmon/sysmon.py", line 607, in main main = MainWindow() File "/home/username/.local/lib/python3.10/site-packages/sysmon/sysmon.py", line 119, in init header.setResizeMode(QtGui.QHeaderView.ResizeToContents) AttributeError: 'QHeaderView' object has no attribute 'setResizeMode'. Did you mean: 'ResizeMode'?

i try uninstall it and use "pip3 install sysmon", but i have this error again.

henriquedesousa commented 1 year ago

Fixed here: https://github.com/MatthiasSchinzel/sysmon/issues/31