Package Details: meteo-qt 4.2-1

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)

Dependencies (6)

Required by (0)

Sources (1)

Pinned Comments

Latest Comments

1 2 Next › Last »

furrykef commented on 2025-03-18 13:05 (UTC) (edited on 2025-03-29 08:49 (UTC) by furrykef)

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.

trux commented on 2024-11-11 16:12 (UTC) (edited on 2024-11-11 16:13 (UTC) by trux)

Entries for meteo-qt-3.4 sha256sum=('b5c8d0f4415161471c27cd25885f672c0543f9f1666649f6ba8151d20af6e9e7')

DavTheRaveUK commented on 2024-09-19 18:49 (UTC)

Please update meteo-qt to version 3.4

walkingstickfan commented on 2023-05-15 17:17 (UTC)

@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

Makaiouji commented on 2023-05-12 14:51 (UTC)

@walkingstickfan This happened to me too. It was caused by a python update and hit other packages, I resolved it by rebuilding the package.

walkingstickfan commented on 2023-05-12 11:59 (UTC) (edited on 2023-05-12 12:12 (UTC) by walkingstickfan)

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.

walkingstickfan commented on 2022-04-26 02:35 (UTC) (edited on 2022-04-26 02:36 (UTC) by walkingstickfan)

@pmattern: meteo-qt upgrade resolved the issue. I'm a happy camper again. I love this app. Thank you for making it available.

pmattern commented on 2022-04-25 12:16 (UTC)

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.

walkingstickfan commented on 2021-12-21 20:45 (UTC)

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.