Following up to my own post, a further error occurred after following the
install steps on the website.
sh-3.2# /Users/Shared/weewx/bin/weewxd weewx.conf
Traceback (most recent call last):
File "/Users/Shared/weewx/bin/weewxd", line 64, in <module>
weewx.engine.main(options, args)
File "/Users/Shared/weewx/bin/weewx/engine.py", line 865, in main
engine = engine_class(config_dict)
File "/Users/Shared/weewx/bin/weewx/engine.py", line 71, in __init__
self.setupStation(config_dict)
File "/Users/Shared/weewx/bin/weewx/engine.py", line 89, in setupStation
driver = config_dict[stationType]['driver']
File "build/bdist.macosx-10.11-intel/egg/configobj.py", line 554, in
__getitem__
KeyError: 'unspecified'
On Saturday, March 3, 2018 at 10:38:09 AM UTC-8, David Barto wrote:
>
> wviewd_vpro is consuming 75% of the cpu. So I thought I’d give weewx a
> shot.
>
> Installing from their instructions shows the following problem, and since
> I don’t know Python that well I though I’d ask if this is ‘OK’.
> After doing this, trying it again shows that it is installed according to
> the installer program.
>
> Anyone here have any answers about these problems?
>
> David
>
>
> MacOS 10.11.6
>
> marvin:Desktop$ python -V
> Python 2.7.10
>
> sudo install Pillow
>
> Adding Pillow 5.0.0 to easy-install.pth file
>
> Installed
> /Library/Python/2.7/site-packages/Pillow-5.0.0-py2.7-macosx-10.11-intel.egg
> Processing dependencies for Pillow
> Finished processing dependencies for Pillow
> Exception in thread Thread-1:
> Traceback (most recent call last):
> File
> "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py",
>
> line 810, in __bootstrap_inner
> self.run()
> File
> "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py",
>
> line 763, in run
> self.__target(*self.__args, **self.__kwargs)
> File
> "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/pool.py",
>
> line 330, in _handle_workers
> debug('worker handler exiting')
> TypeError: 'NoneType' object is not callable
>
> Exception TypeError: TypeError("'NoneType' object does not support item
> deletion",) in <Finalize object, dead> ignored
> Exception in thread Thread-2:
> Traceback (most recent call last):
> File
> "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py",
>
> line 810, in __bootstrap_inner
> self.run()
> File
> "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py",
>
> line 763, in run
> self.__target(*self.__args, **self.__kwargs)
> File
> "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/pool.py",
>
> line 366, in _handle_tasks
> debug('task handler got sentinel')
> TypeError: 'NoneType' object is not callable
>
>