You are not logged in.

#1 2023-08-09 04:29:44

Kimbley
Member
Registered: 2022-02-02
Posts: 4

ModuleNotFoundError: No module named 'xxx'

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

#2 2023-08-09 04:37:56

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,727

Re: ModuleNotFoundError: No module named 'xxx'

How were these installed?

Offline

#3 2023-08-09 04:52:41

Kimbley
Member
Registered: 2022-02-02
Posts: 4

Re: ModuleNotFoundError: No module named 'xxx'

pip install xxx

Offline

#4 2023-08-09 04:53:13

Kimbley
Member
Registered: 2022-02-02
Posts: 4

Re: ModuleNotFoundError: No module named 'xxx'

Scimmia wrote:

How were these installed?

pip install xxx

Offline

#5 2023-08-09 07:05:15

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,112

Re: ModuleNotFoundError: No module named 'xxx'

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

Board footer

Powered by FluxBB