pebble / libpebble2

The library portion of the successor to libpebble

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libpebble2 doesn't install on python 3.5

yupi opened this issue · comments

Seems like enum34 is not compatible with 3.5.

% pip install libpebble2
Collecting libpebble2
Using cached libpebble2-0.0.8.tar.gz
Collecting enum34>=1.0.4 (from libpebble2)
Using cached enum34-1.0.4.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "/private/var/folders/q4/pr_xthvx0qj9b0995xb88xv00000gn/T/pip-build-c59u8yz2/enum34/enum/init.py", line 371, in getattr
return cls.member_map[name]
KeyError: '_convert'

The library installs easily with enum34 commented out in setup.py.