[weewx-user] Re: Weewx on OSX High Sierra (10.13.6), newbie

2018-12-12 Thread Tom Buckler


bump Anyone? ... Can this run on OS X?

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Weewx on OSX High Sierra (10.13.6), newbie

2018-12-01 Thread Tom Buckler
Hello

Attempting to run a new installation of Weewx 3.8.2 on OSX 10.13.6 High 
Sierra. Python 2.7.10. Weather station is an Acurite 5-in-1.


*administrator on server6: /users/shared/weewx$* ./bin/weewxd weewx.conf

Traceback (most recent call last):

  File "./bin/weewxd", line 64, in 

weewx.engine.main(options, args)

  File "/Users/Shared/weewx/bin/weewx/engine.py", line 877, in main

engine.run()

  File "/Users/Shared/weewx/bin/weewx/engine.py", line 188, in run

for packet in self.console.genLoopPackets():

  File "/Users/Shared/weewx/bin/weewx/drivers/acurite.py", line 477, in 
genLoopPackets

with Station() as station:

  File "/Users/Shared/weewx/bin/weewx/drivers/acurite.py", line 598, in 
__enter__

self.open()

  File "/Users/Shared/weewx/bin/weewx/drivers/acurite.py", line 623, in open

self.handle.detachKernelDriver(interface)

  File "/Library/Python/2.7/site-packages/usb/legacy.py", line 307, in 
detachKernelDriver

self.dev.detach_kernel_driver(interface)

  File "/Library/Python/2.7/site-packages/usb/core.py", line 1077, in 
detach_kernel_driver

interface)

  File "/Library/Python/2.7/site-packages/usb/backend/libusb1.py", line 
902, in detach_kernel_driver

_check(self.lib.libusb_detach_kernel_driver(dev_handle.handle, intf))

  File "/Library/Python/2.7/site-packages/usb/backend/libusb1.py", line 
593, in _check

raise NotImplementedError(_strerror(ret))

NotImplementedError: Operation not supported or unimplemented on this 
platform


I can find some old references to libusb issues, but I did install libusb 
1.0.9. If the legacy version of libusb is still required I've not been able 
to find a package for it.

Installation followed was from weewx-3.8.2/docs/macos.htm where I had to 
make 2 modifications:

1) install pysqlite with the --user option

2) install Pillow instead of PIL 


Any insight is appreciated,
Thanks
Tom

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.