(trying here - the --development group ate my post instantly right before
my eyes)
I get the following failure on a21 and a22 in a debian-11 docker container.
Looks like something broke or changed and I didn't notice a note for a
revised installation process.
I did a 'pip3 install --user weewx' and then tried to do a station create
and this was the transcript.
weewx@39d6376302ad:~$ weectl station create
The configuration file will be created at /home/weewx/weewx-data/weewx.conf.
Traceback (most recent call last):
File "/home/weewx/.local/bin/weectl", line 8, in <module>
sys.exit(main())
File "/home/weewx/.local/lib/python3.9/site-packages/weectl.py", line 45,
in main
namespace.func(namespace)
File
"/home/weewx/.local/lib/python3.9/site-packages/weectllib/parse_station.py",
line 188, in create_station
weecfg.station_config.station_create(config_path=namespace.config,
File
"/home/weewx/.local/lib/python3.9/site-packages/weecfg/station_config.py",
line 66, in station_create
with importlib.resources.open_text('wee_resources', 'weewx.conf',
encoding='utf-8') as fd:
File "/usr/lib/python3.9/importlib/resources.py", line 121, in open_text
open_binary(package, resource), encoding=encoding, errors=errors)
File "/usr/lib/python3.9/importlib/resources.py", line 91, in open_binary
return reader.open_resource(resource)
File "<frozen importlib._bootstrap_external>", line 995, in open_resource
FileNotFoundError: [Errno 2] No such file or directory:
'/home/weewx/.local/lib/python3.9/site-packages/wee_resources/weewx.conf'
--
You received this message because you are subscribed to the Google Groups
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/weewx-user/924a4800-c400-4fbe-b4a4-b64858abdd53n%40googlegroups.com.