Package Base Details: weewx

Git Clone URL: https://aur.archlinux.org/weewx.git (read-only, click to copy)
Keywords: datalogger meteorology science weather
Submitter: xcuipir
Maintainer: xcuipir
Last Packager: xcuipir
Votes: 7
Popularity: 0.23
First Submitted: 2020-07-11 13:35 (UTC)
Last Updated: 2024-04-28 07:51 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

xcuipir commented on 2023-03-21 10:41 (UTC)

@m4f1050 The wiki has a page dedicated to this topic:

https://wiki.archlinux.org/title/Arch_User_Repository#Installing_and_upgrading_packages

Basically,

  1. Install base-devel meta-package + git
  2. Run git clone https://aur.archlinux.org/weewx.git
  3. cd into cloned directory
  4. Run makepkg -si

Or you can use an AUR helper like yay.

m4f1050 commented on 2023-03-21 10:23 (UTC)

New to archlinux, can someone please assist me on how to install this?

xcuipir commented on 2023-02-23 16:56 (UTC)

@putilatex There is an issue upstream, the version number in the weewx.conf wasn't bumped before the release, only after the release.

putilatex commented on 2023-02-23 16:44 (UTC)

There seems to be a little confusion as to the version number stated in here is 4.10.2 after installing the update and restarting weewx everything still seems to be at 4.10.1 can you please explain this ?

xcuipir commented on 2022-01-12 14:55 (UTC)

OK, just tested building with pikaur and it works too.

Have you possibly upgraded your Python version. If so, have you reinstalled all Python libs?

mitchellkrog commented on 2022-01-12 13:54 (UTC) (edited on 2022-01-12 13:55 (UTC) by mitchellkrog)

ModuleNotFoundError: No module named 'configobj'
Installing binaries
Installing library files
Installing configuration
Installing documentation
Installing shared files
Installing license
Installing unit file
Removing temp setup
Removing unnecessary files
Fixing ownership
Adapting configuration file
sed: can't read /home/mitchellkrog/.cache/pikaur/build/weewx/pkg/weewx/etc/weewx/weewx.conf: No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...

and after installing python-configobj and manually copying weewx.conf.4.5.1 > weewx.conf during the build it completes but then won't run

Traceback (most recent call last):
  File "/usr/lib/weewx/weewxd", line 20, in <module>
    import configobj
ModuleNotFoundError: No module named 'configobj'

xcuipir commented on 2022-01-12 13:35 (UTC)

@mitchellkrog Just tested it, works absolutely fine. Please elaborate what doesn't work.

mitchellkrog commented on 2022-01-12 08:05 (UTC)

Doesn't build, full of errors and missing "configobj" despite having installed python-configobj