Using the command

*./setup.py install*


this worked for me on my copy of Sierra 10.12.4.

Did you change anything in setup.py?

I don't think this is your problem, but make sure to edit the file setup.cfg
before running setup.py. The default install location, /home/weewx, will
not work on the Mac, because directory /home is reserved for something
else. Instead, edit setup.cfg, changing this

home = /home/weewx


to this

home = /Users/weewx


-tk


On Mon, Apr 17, 2017 at 8:53 AM, MRL <[email protected]> wrote:

> attempting install on Mac 10.12.4 Sierra
>
>
> Packages seemed to go OK
>
>
> Cheetah (2.4.4)
>
> configobj (5.0.6)
>
> Markdown (2.6.8)
>
> olefile (0.44)
>
> Pillow (4.1.0)
>
> pip (9.0.1)
>
> pyephem (3.7.6.0)
>
> pyserial (3.3)
>
> pysqlite (2.8.3)
>
> pyusb (1.0.0)
>
> setuptools (28.8.0)
>
> six (1.10.0)
>
>
> install aborts with following error
>
> I am relatively new to python and have no idea how to debug the error
>
> any help would be greatly appreciated
>
> I have a Davis Vantage Pro/2 and would like to run weeWX - currently
> running WeatherCat
>
> Thanks
>
>
> python2 setup.py install
>
> Traceback (most recent call last):
>
>   File "setup.py", line 647, in <module>
>
>     'util/udev/rules.d/ws28xx.rules'])
>
>   File 
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py",
> line 124, in setup
>
>     dist.parse_config_files()
>
>   File 
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py",
> line 397, in parse_config_files
>
>     val = parser.get(section,opt)
>
>   File 
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ConfigParser.py",
> line 623, in get
>
>     return self._interpolate(section, option, value, d)
>
>   File 
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ConfigParser.py",
> line 666, in _interpolate
>
>     value = value % vars
>
> ValueError: incomplete format key
>
> --
> 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].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to