OK, I did make some progress but its still failing to startup...
When trying to create a station its failing....
Traceback (most recent call last):
File "/home/weather/bin/weectl", line 6, in <module>
sys.exit(main())
~~~~^^
File "/home/weather/lib64/python3.14/site-packages/weectl.py", line
60, in main
module = importlib.import_module(f'weectllib.{subcommand}_cmd')
File "/usr/lib64/python3.14/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1406, in _gcd_import
File "<frozen importlib._bootstrap>", line 1371, in _find_and_load
File "<frozen importlib._bootstrap>", line 1314, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 491, in _call_with_frames_removed
File "<frozen importlib._bootstrap>", line 1406, in _gcd_import
File "<frozen importlib._bootstrap>", line 1371, in _find_and_load
File "<frozen importlib._bootstrap>", line 1342, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 938, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 759, in exec_module
File "<frozen importlib._bootstrap>", line 491, in _call_with_frames_removed
File "/home/weather/lib64/python3.14/site-packages/weectllib/__init__.py",
line 9, in <module>
import weeutil.logger
File "/home/weather/bin/weeutil/logger.py", line 13, in <module>
from six.moves import StringIO
ModuleNotFoundError: No module named 'six.moves'
I did install six and the RPM is also installed
* python3-six-1.17.0-8.fc44.noarch
* python3 -m pip install --upgrade six
But it still won't start
> --
> You received this message because you are subscribed to a topic in the Google Groups "weewx-user" group.
> To unsubscribe from this topic, visit
https://groups.google.com/d/topic/weewx-user/4FMiiWMALS4/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
weewx-user+...@googlegroups.com.
--
Matt Soffen