You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I get My-weather-indicator working on Ubuntu 24.04 after some problems, but it stopped working on a laptop with Ubuntu 22.04 after an update, with this error:
/opt/extras.ubuntu.com/my-weather-indicator/bin/my-weather-indicator
Traceback (most recent call last):
File "/opt/extras.ubuntu.com/my-weather-indicator/bin/my-weather-indicator", line 35, in
from myweatherindicator import main
File "/opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/myweatherindicator.py", line 29, in
from datetime import datetime, UTC
ImportError: cannot import name 'UTC' from 'datetime' (/usr/lib/python3.10/datetime.py)
What can I do ? Thank you!
The text was updated successfully, but these errors were encountered:
Hi
I get My-weather-indicator working on Ubuntu 24.04 after some problems, but it stopped working on a laptop with Ubuntu 22.04 after an update, with this error:
/opt/extras.ubuntu.com/my-weather-indicator/bin/my-weather-indicator
Traceback (most recent call last):
File "/opt/extras.ubuntu.com/my-weather-indicator/bin/my-weather-indicator", line 35, in
from myweatherindicator import main
File "/opt/extras.ubuntu.com/my-weather-indicator/share/my-weather-indicator/myweatherindicator.py", line 29, in
from datetime import datetime, UTC
ImportError: cannot import name 'UTC' from 'datetime' (/usr/lib/python3.10/datetime.py)
What can I do ? Thank you!
The text was updated successfully, but these errors were encountered: