You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.
pip install xively-python
Downloading/unpacking xively-python
Downloading xively-python-0.1.0-rc1.tar.gz
Running setup.py egg_info for package xively-python
Requirement already satisfied (use --upgrade to upgrade): requests>=1.1.0 in /usr/lib/python2.6/site-packages (from xively-python)
Installing collected packages: xively-python
Running setup.py install for xively-python
SyntaxError: ('invalid syntax', ('/usr/lib/python2.6/site-packages/xively/managers.py', 191, 26, ' params = {k: v for k, v in (\n'))
SyntaxError: ('invalid syntax', ('/usr/lib/python2.6/site-packages/xively/models.py', 22, 24, ' return {k: v for k, v in self._data.items() if v is not None}\n'))
Successfully installed xively-python
Cleaning up...
Says it was successful... but...
Traceback (most recent call last):
File "./check-itroom-temp.py", line 16, in <module>
import xively
File "/usr/lib/python2.6/site-packages/xively/__init__.py", line 9, in <module>
from xively.api import XivelyAPIClient
File "/usr/lib/python2.6/site-packages/xively/api.py", line 9, in <module>
from xively.managers import FeedsManager, KeysManager, TriggersManager
File "/usr/lib/python2.6/site-packages/xively/managers.py", line 191
params = {k: v for k, v in (
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Says it was successful... but...
The text was updated successfully, but these errors were encountered: