Version 4.0 has been released, but its setup.py has a problem and it won't build. I've notified the upstream developer; hopefully a fix will be released soon.
EDIT: The issue has been fixed and version 4.1 has been posted.
Git Clone URL: | https://aur.archlinux.org/meteo-qt.git (read-only, click to copy) |
---|---|
Package Base: | meteo-qt |
Description: | System tray application for weather status information |
Upstream URL: | https://github.com/dglent/meteo-qt |
Licenses: | GPL-3.0-only |
Submitter: | pmattern |
Maintainer: | furrykef |
Last Packager: | furrykef |
Votes: | 15 |
Popularity: | 0.174044 |
First Submitted: | 2015-11-20 21:11 (UTC) |
Last Updated: | 2025-03-29 08:49 (UTC) |
Version 4.0 has been released, but its setup.py has a problem and it won't build. I've notified the upstream developer; hopefully a fix will be released soon.
EDIT: The issue has been fixed and version 4.1 has been posted.
Entries for meteo-qt-3.4 sha256sum=('b5c8d0f4415161471c27cd25885f672c0543f9f1666649f6ba8151d20af6e9e7')
Please update meteo-qt to version 3.4
@Makaiouji...Yes, after reporting the issue upstream, I was referred to a solution for the same issue reported in the past.
For the benefit of others, rebuilding the package is simply a matter of reinstalling the snapshot from within the extracted snapshot folder:
makepkg -si
@walkingstickfan This happened to me too. It was caused by a python update and hit other packages, I resolved it by rebuilding the package.
After performing a system upgrade today (sudo pacman -Syu), meteo-qt 3.3-1 fails to run. Attempting to run from the command line results in the following error:
Traceback (most recent call last):
File "/usr/bin/meteo-qt", line 4, in <module>
from meteo_qt import meteo_qt
ModuleNotFoundError: No module named 'meteo_qt'
I reported the issue upstream since a meteo-qt upgrade fixed the same issue last year.
@pmattern: meteo-qt upgrade resolved the issue. I'm a happy camper again. I love this app. Thank you for making it available.
walkingstickfan:
I'd agree this was most likely caused by some woes during a Python upgrade. So the problem will probably have gone at your side or will go if you update all dependencies and rebuild meteo-qt.
Feel free to report back otherwise.
servimo:
This is probably an issue with the API key, which is required by OpenWeatherMap to access their data (which is, to my knowledge, in large parts provided by volunteers without getting any reward...).
At times the key was included in meteo-qt upstream for general use, at times each user had to use a custom key. Tbh. I lost track of this, it's probably something that should be documented upstream.
Anyway your problem should cease if you use a custom key from openweathermap.org.
martinjy:
Cannot reproduce. That aside this pretty much sounds like an upstream issue, not something caused at the packaging level.
So if you're still seeing the problem, I'd rather suggest to report this upstream.
Rebooting my computer today after a system upgrade resulted in meteo-qt not running. Following is the error I'm getting when attempting to run the app from the command line:
Traceback (most recent call last):
File "/usr/bin/meteo-qt", line 4, in <module>
from meteo_qt import meteo_qt
ModuleNotFoundError: No module named 'meteo_qt'
The following dependencies were upgraded, so maybe something changed: python-lxml, python-pyqt5, python-sip4, python-urllib3, and qt5-translations.
Pinned Comments