pyfa-org / Pyfa

Python fitting assistant, cross-platform fitting tool for EVE Online
GNU General Public License v3.0
1.59k stars 403 forks source link

ImportError in Debian GNU/Linux 11 (bullseye) #2610

Open bortsov opened 1 month ago

bortsov commented 1 month ago

Debian is updated with the last packages (at 2024.05.24).

Here is the error log for pyfa-v2.58.3-linux.AppImage

pyfa v2.58.3
EVE Data Version: 2563119 (2024-04-30 02:47:50)

OS version: Linux-5.10.0-22-amd64-x86_64-with-glibc2.35
Python version: 3.11.9 (main, Apr  6 2024, 17:59:24) [GCC 11.4.0]
wxPython version: 4.2.1 (wxWidgets 3.2.2.1)
SQLAlchemy version: 1.4.50
Logbook version: 1.7.0.post0
Requests version: 2.31.0
Dateutil version: 2.8.2

####################

Traceback (most recent call last):
  File "/tmp/.mount_pyfa-v6Q7wLD/opt/pyfa/pyfa.py", line 148, in <module>
    from gui.mainFrame import MainFrame
  File "/tmp/.mount_pyfa-v6Q7wLD/opt/pyfa/gui/mainFrame.py", line 62, in <module>
    from gui.updateDialog import UpdateDialog
  File "/tmp/.mount_pyfa-v6Q7wLD/opt/pyfa/gui/updateDialog.py", line 25, in <module>
    import wx.html2
  File "/tmp/.mount_pyfa-v6Q7wLD/usr/local/lib/python3.11/dist-packages/wx/html2.py", line 15, in <module>
    from ._html2 import *
ImportError: /tmp/.mount_pyfa-v6Q7wLD/usr/lib/x86_64-linux-gnu/libwebkit2gtk-4.0.so.37: undefined symbol: gbm_bo_create_with_modifiers2

pyfa v2.58.2 has the same issue. pyfa v2.58.1 doesn't have this issue and runs.