Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bortsov opened this issue May 16, 2024 · 0 comments
Open

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

bortsov opened this issue May 16, 2024 · 0 comments

Comments

@bortsov
Copy link

bortsov commented May 16, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant