Open
Description
Traceback (most recent call last):
File "/home/me/.local/src/wttr.in/bin/srv.py", line 21, in
import wttr_srv
File "/home/me/.local/src/wttr.in/lib/wttr_srv.py", line 43, in
from view.line import wttr_line
File "/home/me/.local/src/wttr.in/lib/view/line.py", line 40, in
from . import v3
ImportError: cannot import name 'v3' from 'view' (/home/me/.local/src/wttr.in/lib/view/init.py)
me@home ~/.l/s/wttr.in (master) [1]> ls lib/view
init.py pycache/ line.py moon.py prometheus.py v2.py wttr.py
There's no v3.py and renaming the file didn't help. What's next?