You are not logged in.
Pages: 1
Hello. I have an issue with caffeine-ng:
[matvey@arch ~]$ caffeine
Traceback (most recent call last):
File "/usr/bin/caffeine", line 33, in <module>
sys.exit(load_entry_point('caffeine-ng==3.4.2', 'gui_scripts', 'caffeine')())
File "/usr/bin/caffeine", line 22, in importlib_load_entry_point
for entry_point in distribution(dist_name).entry_points
File "/usr/lib/python3.9/importlib/metadata.py", line 524, in distribution
return Distribution.from_name(distribution_name)
File "/usr/lib/python3.9/importlib/metadata.py", line 187, in from_name
raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: caffeine-ngI've tried to reinstall it, but with no result.
In
python help('modules') there is actually no package caffeine-ng.
Any tips?
Thank you in advance.
Last edited by Euler-Maskerony (2020-12-10 12:44:52)
Offline
Define "reinstall". If you just reinstalled the package that will expectedly not help. You need to rebuild it against the new python release.
Last edited by V1del (2020-12-10 12:30:09)
Offline
You need to rebuild it against the new python release.
Thank you very much
Offline
Pages: 1