or rather Python3 can't find it, since it works with Python2 and weewx 
v3.7.1, either way I've decided to try that make work (because weewx 4.8 
doesn't work with two of the extensions for whatever reason) and I solved 
the crcmod issue, but when I try to run it it fails because 'No module 
named core'

[image: unknown.png]

I looked at ws6in1.py and on row 370 it's specified as 'import usb.core', 
pyusb is installed but it seems its sub-module 'core' isn't found by 
ws6in1.py 
# python2 -m site
sys.path = [
    '/root',
    '/usr/lib/python27.zip',
    '/usr/lib/python2.7',
    '/usr/lib/python2.7/plat-linux2',
    '/usr/lib/python2.7/lib-tk',
    '/usr/lib/python2.7/lib-old',
    '/usr/lib/python2.7/lib-dynload',
    '/usr/lib/python2.7/site-packages',
    '/usr/lib/python2.7/site-packages/pyusb-1.0.2-py2.7.egg',
]
USER_BASE: '/root/.local' (exists)
USER_SITE: '/root/.local/lib/python2.7/site-packages' (doesn't exist)
ENABLE_USER_SITE: True

Like I said I decided to go back to Python2/WeeWX 3.7.1 because the CRT and 
WeatherCloud extensions work with this combination.

- Ivo

On Tuesday, June 14, 2022 at 7:34:56 PM UTC+3 Bob Atchley wrote:

> Looks like the 'Cheetah' module is not installed (or Python can't find it)
> Have a look at the install page:
> https://weewx.com/docs/setup.htm
> And look at the different OS tabs (Arch is not included).
> Some seem to use 'pip3' others the equivalent of 'pacman install'
> I would try a combination to find out what works with Arch
>
> Hope this helps
>
> Bob
>
>

-- 
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/621a5f34-36dc-4b27-80ca-38f90a70fb7fn%40googlegroups.com.

Reply via email to