Skip to content
This repository was archived by the owner on Aug 4, 2020. It is now read-only.
This repository was archived by the owner on Aug 4, 2020. It is now read-only.

pip install xively-python #39

@TinajaLabs

Description

@TinajaLabs
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions