so I've tried running --reconfigure after installing 4.8.0 but I still get
this message:
Indicate the preferred units for display: ['us', 'metric', 'metricwx']
unit system [us]: metricwx
Installed drivers include:
0) ? (user.ws6in1) No module named 'crcmod'
1) AcuRite (weewx.drivers.acurite)
2) ? (weewx.drivers.cc3000) No module named 'serial'
3) FineOffsetUSB (weewx.drivers.fousb)
4) Simulator (weewx.drivers.simulator)
5) TE923 (weewx.drivers.te923)
6) ? (weewx.drivers.ultimeter) No module named 'serial'
7) Vantage (weewx.drivers.vantage)
8) WMR100 (weewx.drivers.wmr100)
9) WMR300 (weewx.drivers.wmr300)
10) ? (weewx.drivers.wmr9x8) No module named 'serial'
11) WS1 (weewx.drivers.ws1)
12) WS23xx (weewx.drivers.ws23xx)
13) WS28xx (weewx.drivers.ws28xx)
choose a driver [4]: 0
Traceback (most recent call last):
File "./wee_config", line 128, in <module>
main()
File "./wee_config", line 122, in main
config_mgr.run(args, options)
File "/home/weewx/bin/weecfg/config.py", line 123, in run
stn_info = self.get_stn_info(config_dict, options)
File "/home/weewx/bin/weecfg/config.py", line 164, in get_stn_info
stn_info.update(weecfg.prompt_for_driver_settings(driver, config_dict))
File "/home/weewx/bin/weecfg/__init__.py", line 1630, in
prompt_for_driver_settings
__import__(driver)
File "/home/weewx/bin/user/ws6in1.py", line 369, in <module>
import crcmod
ModuleNotFoundError: No module named 'crcmod'
How do I 'help' it recognise the fact that crcmod is there and installed? I
installed 4.8.0 by running the command with python3
[root@alarmpi weewx-4.8.0]# python3 ./setup.py install
running install
running build
running build_py
running build_scripts
[...]
--
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/264bddc6-ef96-4e36-ac70-724cbc406951n%40googlegroups.com.