sioyek-python-extensions icon indicating copy to clipboard operation
sioyek-python-extensions copied to clipboard

Python wrapper error: cannot import name 'Sioyek' from 'sioyek'

Open maxigaz opened this issue 1 year ago • 2 comments

I've recently installed the Python wrapper through pip install sioyek --user on Arch Linux.

When I run my Python script (either from the terminal or from Sioyek) that includes the line from sioyek import Sioyek, clean_path, I receive the following error:

Traceback (most recent call last):
  File "/home/maxigaz/.config/sioyek/scripts/search_and_jump.py", line 2, in <module>
    from sioyek import Sioyek, clean_path
ImportError: cannot import name 'Sioyek' from 'sioyek' (/home/maxigaz/.local/lib/python3.11/site-packages/sioyek/__init__.py)

I looked at the referenced __init__.py file, and it exists... although it is completely empty and has a size of 0B.

maxigaz avatar May 28 '23 14:05 maxigaz