You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To Reproduce
Simply running safeeyes gives the following
$ safeeyes
Traceback (most recent call last):
File "/usr/lib/python3.13/importlib/metadata/__init__.py", line 407, in from_name
return next(iter(cls.discover(name=name)))
StopIteration
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/safeeyes", line 33, in <module>
sys.exit(load_entry_point('safeeyes==2.2.2', 'console_scripts', 'safeeyes')())
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/bin/safeeyes", line 22, in importlib_load_entry_point
for entry_point in distribution(dist_name).entry_points
~~~~~~~~~~~~^^^^^^^^^^^
File "/usr/lib/python3.13/importlib/metadata/__init__.py", line 960, in distribution
return Distribution.from_name(distribution_name)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/importlib/metadata/__init__.py", line 409, in from_name
raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: No package metadata was found for safeeyes
Expected behavior
Expect it to run as usual.
Desktop (please complete the following information):
OS: [e.g. Ubuntu 20.04, Manjaro]: Arch
Desktop Env [e.g. Gnome, KDE]: XFCE
Version [e.g. 2.0.3]: 2.2.2-3
Debug Log
Running with safeeyes --debug stops with the above issue before a log can be created.
Screenshots
N/A
The text was updated successfully, but these errors were encountered:
I had the same issue. Apparently /usr/lib/python3.13/site-packages/safeeyes-2.2.2-py3.13.egg-info was missing for some reason.
Reinstalling safeeyes with
I had the same issue. Apparently /usr/lib/python3.13/site-packages/safeeyes-2.2.2-py3.13.egg-info was missing for some reason. Reinstalling safeeyes with
yay -Rns safeeyes && yay -S safeeyes
solved it for me.
This works for me too. Don't know if this needs to be fixed in an update, or if this issue can be closed
Describe the bug
Version 2.2.2-3 from https://aur.archlinux.org/packages/safeeyes no longer works. Not sure if this is related to Arch, Python 3.13 or both.
To Reproduce
Simply running
safeeyes
gives the followingExpected behavior
Expect it to run as usual.
Desktop (please complete the following information):
Debug Log
Running with
safeeyes --debug
stops with the above issue before a log can be created.Screenshots
N/A
The text was updated successfully, but these errors were encountered: