OK, I have installed everything but I still have a problem.
$ blink Traceback (most recent call last):File "/usr/lib/python3.9/site-packages/eventlib/support/greenlets.py", line 3, in <module>
import greenlet ModuleNotFoundError: No module named 'greenlet' During handling of the above exception, another exception occurred: Traceback (most recent call last):File "/usr/lib/python3.9/site-packages/eventlib/support/greenlets.py", line 9, in <module>
from py.magic import greenlet ModuleNotFoundError: No module named 'py' During handling of the above exception, another exception occurred: Traceback (most recent call last):File "/usr/lib/python3.9/site-packages/eventlib/support/greenlets.py", line 14, in <module>
from stackless import greenlet ModuleNotFoundError: No module named 'stackless' During handling of the above exception, another exception occurred: Traceback (most recent call last):File "/usr/lib/python3.9/site-packages/eventlib/support/greenlets.py", line 19, in <module>
from support.stacklesss import greenlet, getcurrent, GreenletExit ModuleNotFoundError: No module named 'support' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/bin/blink", line 67, in <module> from blink import BlinkFile "/usr/lib/python3.9/site-packages/blink/__init__.py", line 12, in <module>
from eventlib import apiFile "/usr/lib/python3.9/site-packages/eventlib/api.py", line 30, in <module>
from eventlib.support import greenlets as greenletFile "/usr/lib/python3.9/site-packages/eventlib/support/greenlets.py", line 21, in <module>
raise ImportError("Unable to find an implementation of greenlet.")
ImportError: Unable to find an implementation of greenlet.
I installed python3-eventlib-0.3.0 and greenlets.py exists in
/usr/lib/python3.9/site-packages/eventlib/support/greenlets.py
Not sure what has gone wrong. On 05/08/21 10:03, Nikolai Stefanov wrote:
For now you'll have to prepare yourself a flathub package. The AUR package doesn't working._________________________________________________________________ www.kaminata.net <http://www.kaminata.net/index.php> Ела си у дома... >-------- Оригинално писмо -------- >От: Andrew Myers [email protected] >Относно: [Blink] Blink on Arch Linux >До: Blink Support Forum <[email protected]> >Изпратено на: 05.08.2021 10:48 Does anyone have experience of installing Blink on Arch? More specifically what the dependencies required are called in Arch? _______________________________________________ Blink mailing list[email protected] <javascript: internSendMess('[email protected]')>https://lists.ag-projects.com/mailman/listinfo/blink _______________________________________________ Blink mailing list [email protected] https://lists.ag-projects.com/mailman/listinfo/blink
_______________________________________________ Blink mailing list [email protected] https://lists.ag-projects.com/mailman/listinfo/blink
