Skip to content

Pyxel installation doesn't work on Thonny #652

@fgallaire

Description

@fgallaire

With Thonny 4.1.7 snap version on Ubuntu, Pyxel installation via Thonny->Tools->Manage packages... doesn't work

>>> import pyxel
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/fgallaire/snap/thonny/239/.local/lib/python3.10/site-packages/pyxel/__init__.py", line 4, in <module>
    from .pyxel_wrapper import *  # type: ignore  # noqa: F403
ImportError: libSDL2-2.0.so.0: cannot open shared object file: No such file or directory

The pygame installation, with the same libSDL2 dependency, works fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions