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

[Bug] ImportError: /usr/lib/libtracker-sparql-3.0.so.0: undefined symbol: g_task_set_static_name #4567

Closed
Dieterbe opened this issue Mar 23, 2023 · 5 comments
Assignees
Labels
bug Fix bug

Comments

@Dieterbe
Copy link

Describe the bug
after following https://docs.openbb.co/terminal/quickstart/installation instructions for Linux, and following the workaround from #4558, the terminal fails to launch:

python terminal.py
Traceback (most recent call last):
  File "/home/dieter/code/OpenBBTerminal/terminal.py", line 5, in <module>
    import openbb_terminal.config_terminal as cfg  # noqa: F401
  File "/home/dieter/code/OpenBBTerminal/openbb_terminal/__init__.py", line 13, in <module>
    from .core.plots.plotly_helper import OpenBBFigure, plots_backend, theme, TerminalStyle
  File "/home/dieter/code/OpenBBTerminal/openbb_terminal/core/plots/__init__.py", line 2, in <module>
    from .plotly_helper import OpenBBFigure
  File "/home/dieter/code/OpenBBTerminal/openbb_terminal/core/plots/plotly_helper.py", line 27, in <module>
    from openbb_terminal.core.plots.backend import PLOTLYJS_PATH, plots_backend
  File "/home/dieter/code/OpenBBTerminal/openbb_terminal/core/plots/backend.py", line 16, in <module>
    import pywry
  File "/home/dieter/.conda/envs/obb/lib/python3.10/site-packages/pywry/__init__.py", line 1, in <module>
    from .core import PyWry  # noqa: F401
  File "/home/dieter/.conda/envs/obb/lib/python3.10/site-packages/pywry/core.py", line 17, in <module>
    from pywry import pywry
ImportError: /usr/lib/libtracker-sparql-3.0.so.0: undefined symbol: g_task_set_static_name

Desktop (please complete the following information):

  • OS: arch linux
  • Python 3.10.9
@github-actions github-actions bot added the bug Fix bug label Mar 23, 2023
@andrewkenreich
Copy link
Contributor

@Dieterbe hey!

We are in the process of the new docs for Linux and pywry -

can you try this

sudo pacman -S webkit2gtk-4.0

@colin99d
Copy link
Contributor

@Dieterbe did the solution above fix your issue?

@colin99d colin99d self-assigned this Mar 29, 2023
@Dieterbe
Copy link
Author

Dieterbe commented Mar 31, 2023

Hey. I'm on vacation but looking forward to try next week.

@Dieterbe
Copy link
Author

Dieterbe commented Apr 4, 2023

i tried a fresh install per the updated instructions on the website, and now it works fine.
i did recently perform a system update, and seems i now have webkitgtk-6.0 2.40.0-2 installed

@colin99d
Copy link
Contributor

colin99d commented Apr 4, 2023

Perfect! Yes our current build requires some new GUI libraries because we moved away from matplotlib in favor of plotly.

@colin99d colin99d closed this as completed Apr 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fix bug
Projects
None yet
Development

No branches or pull requests

3 participants