You are not logged in.
Pages: 1
Hi everyone:
I encounter a problem and can't solve it by myself.
It seems all the python packags was installed result same prompt when I typed enter.
What I should to do?
Thank all.
Traceback (most recent call last):
File "/home/kimbley/.local/bin/tw_gcal_sync", line 5, in <module>
from syncall.scripts.tw_gcal_sync import main
ModuleNotFoundError: No module named 'syncall'Traceback (most recent call last):
File "/usr/bin/fava", line 5, in <module>
from fava.cli import main
ModuleNotFoundError: No module named 'fava'Offline
How were these installed?
Offline
pip install xxx
Offline
How were these installed?
pip install xxx
Offline
And on what distro? I thought the global pip had been killed?
https://wiki.archlinux.org/title/Python … management
In any event: don't. Use a virtual environment or --user
Offline
Pages: 1