Greetings All:
I am attempting to install WEEWX on a recently built SUSE Tumbleweed installation.
However, I have not had any success.
Tried this first:
curl -s https://weewx.com/suse/weewx.repo | \
sudo tee /etc/zypp/repos.d/weewx.repo
zypper install weewx URL was not found:
http://weewx.com/suse/weewx/suse202441126 Then tried installing from downloaded RPM:
rpm -ihv weewx-5.1.0-2.suse15.noarch.rpm error: Failed dependencies:
python3-usb is needed by weewx-5.1.0-2.suse15.noarch
Attempted installation of PYTHON3-USB:
zypper install python3-usb Problem: 1: nothing provides 'python(abi) = 3.6' needed by the to be installed python3-usb-1.0.2-37.12.noarch
Solution 1: do not install python3-usb-1.0.2-37.12.noarch
Solution 2: break python3-usb-1.0.2-37.12.noarch by ignoring some of its dependencies
Last ditch attempt using PIP:
python3 -m pip install weewx DEPRECATION: Loading egg at /usr/lib64/python3.11/site-packages/TBB-2021.13.0-py3.11-linux-x86_64.egg is deprecated. pip 25.1 will enforce this behaviour change. A possible replacement is to use pip for package installation. Discussion can be found at
https://github.com/pypa/pip/issues/12330 error: externally-managed-environment
Any ideas on how to install this?
Prior to installing Tumbleweed, WEEWX had been running on a SUSE v15.6 system.
Thanx
Richard Rosa