Search Criteria
Package Details: weewx 4.10.2-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/weewx.git (read-only, click to copy) |
---|---|
Package Base: | weewx |
Description: | Software for logging data from weather stations |
Upstream URL: | http://www.weewx.com/ |
Keywords: | datalogger meteorology science weather |
Licenses: | GPL3 |
Submitter: | xcuipir |
Maintainer: | xcuipir |
Last Packager: | xcuipir |
Votes: | 6 |
Popularity: | 0.004757 |
First Submitted: | 2020-07-11 13:35 (UTC) |
Last Updated: | 2023-02-23 12:35 (UTC) |
Dependencies (11)
- python (nogil-python, python36, python32, python39, python38, python37, python311, python312)
- python-cheetah3
- python-configobj
- python-daemon
- python-pillow (python-pillow-git, python-pillow-simd)
- python-pyserial
- python-pyusb (python-pyusb-git)
- python-six
- mariadb-clients (mysql-clients55, mysql-clients56, mysql-clients57, mysql-clients, percona-server-clients) (optional) – MariaDB support
- python-mysqlclient (optional) – MariaDB support
- python-pyephem (optional) – extended almanac information
Latest Comments
1 2 Next › Last »
xcuipir commented on 2023-03-21 12:49 (UTC)
@m4f1050
I think you should open a thread in the forums
m4f1050 commented on 2023-03-21 12:47 (UTC)
Compiled yay and I get error AGAIN
yay: error while loading shared libraries: libalpm.so.13: cannot open shared object file: No such file or directory
m4f1050 commented on 2023-03-21 12:24 (UTC)
@xcuipir This is getting more complicated than expected.... Installing yay I get an error...
==> ERROR: options array contains unknown option '!lto'
xcuipir commented on 2023-03-21 12:21 (UTC)
@m4f1050
I recommend you use an AUR helper tool like
yay
. Look for it on GitHub.m4f1050 commented on 2023-03-21 12:14 (UTC)
@xcuipir
I give up.... Installed cheetah3 and pyusb and it's still saying they are missing. I verified and cheetah runs and shows a cheetah in ascii, so I know they are installed. Can I remove the dependency check on weewx "makepkg"?
xcuipir commented on 2023-03-21 11:51 (UTC)
@m4f1050
Look for these packages on https://aur.archlinux.org/ and install them first (same procedure).
m4f1050 commented on 2023-03-21 11:12 (UTC)
@xcuipir
I created a temp user but I get missing dependencies and they won't install...
error: target not found: python-pyusb error: target not found: python-cheetah3 ==> ERROR: 'pacman' failed to install missing dependencies.
xcuipir commented on 2023-03-21 11:02 (UTC)
@m4f1050
Yes, you mustn't use root to install an AUR package.
If you are running the ISO live system, you should install the system following the installation instructions. If you are on an embedded system like a Raspi, you probably need to create a non-root user.
The forum has a "Newbie Corner" section for beginner's questions. Your questions will probably be answered far better there.
m4f1050 commented on 2023-03-21 10:47 (UTC)
@xcuipir I think my problem is that my ArchLinux is root, no other user and I get an error:
==> ERROR: Running makepkg as root is not allowed as it can cause permanent, catastrophic damage to your system.
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,
base-devel
meta-package +git
git clone https://aur.archlinux.org/weewx.git
cd
into cloned directorymakepkg -si
Or you can use an AUR helper like
yay
.1 2 Next › Last »