Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip jessie install report #86

Open
mhaberler opened this issue Sep 28, 2015 · 3 comments
Open

pip jessie install report #86

mhaberler opened this issue Sep 28, 2015 · 3 comments

Comments

@mhaberler
Copy link

mah@jessie64:~/machinekit/src$ sudo pip install asyncio_redis
Downloading/unpacking asyncio-redis
Downloading asyncio_redis-0.14.1.tar.gz
Running setup.py (path:/tmp/pip-build-qolQ5c/asyncio-redis/setup.py) egg_info for package asyncio-redis
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'extra_require'
warnings.warn(msg)

Downloading/unpacking asyncio (from asyncio-redis)
Downloading asyncio-3.4.3.tar.gz (204kB): 204kB downloaded
Running setup.py (path:/tmp/pip-build-qolQ5c/asyncio/setup.py) egg_info for package asyncio

Installing collected packages: asyncio-redis, asyncio
Running setup.py install for asyncio-redis
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'extra_require'
warnings.warn(msg)
File "/usr/local/lib/python2.7/dist-packages/asyncio_redis/protocol.py", line 270
result = yield from original_post_processor(protocol, result)
^
SyntaxError: invalid syntax

  File "/usr/local/lib/python2.7/dist-packages/asyncio_redis/connection.py", line 23
    def create(cls, host='localhost', port=6379, *, password=None, db=0,
                                                  ^
SyntaxError: invalid syntax

  File "/usr/local/lib/python2.7/dist-packages/asyncio_redis/replies.py", line 59
    key, value = yield from f
                          ^
SyntaxError: invalid syntax

  File "/usr/local/lib/python2.7/dist-packages/asyncio_redis/cursors.py", line 37
    chunk = yield from self._scanfunc(self._cursor, self.count)
                     ^
SyntaxError: invalid syntax

  File "/usr/local/lib/python2.7/dist-packages/asyncio_redis/pool.py", line 27
    def create(cls, host='localhost', port=6379, *, password=None, db=0,
                                                  ^
SyntaxError: invalid syntax

Running setup.py install for asyncio
File "/usr/local/lib/python2.7/dist-packages/asyncio/windows_events.py", line 45
def init(self, ov, *, loop=None):
^
SyntaxError: invalid syntax

  File "/usr/local/lib/python2.7/dist-packages/asyncio/futures.py", line 143
    def __init__(self, *, loop=None):
                        ^
SyntaxError: invalid syntax

  File "/usr/local/lib/python2.7/dist-packages/asyncio/proactor_events.py", line 386
    *, server_side=False, server_hostname=None,
     ^
SyntaxError: invalid syntax

  File "/usr/local/lib/python2.7/dist-packages/asyncio/base_events.py", line 177
    yield from waiter
             ^
SyntaxError: invalid syntax

  File "/usr/local/lib/python2.7/dist-packages/asyncio/locks.py", line 96
    def __init__(self, *, loop=None):
                        ^
SyntaxError: invalid syntax

  File "/usr/local/lib/python2.7/dist-packages/asyncio/events.py", line 282
    def getaddrinfo(self, host, port, *, family=0, type=0, proto=0, flags=0):
                                       ^
SyntaxError: invalid syntax

  File "/usr/local/lib/python2.7/dist-packages/asyncio/unix_events.py", line 188
    yield from waiter
             ^
SyntaxError: invalid syntax

  File "/usr/local/lib/python2.7/dist-packages/asyncio/tasks.py", line 70
    def __init__(self, coro, *, loop=None):
                              ^
SyntaxError: invalid syntax

  File "/usr/local/lib/python2.7/dist-packages/asyncio/selectors.py", line 39
    "{!r}".format(fileobj)) from None
                               ^
SyntaxError: invalid syntax

  File "/usr/local/lib/python2.7/dist-packages/asyncio/test_utils.py", line 134
    def _run_test_server(*, address, use_ssl=False, server_cls, server_ssl_cls):
                          ^
SyntaxError: invalid syntax

  File "/usr/local/lib/python2.7/dist-packages/asyncio/queues.py", line 41
    def __init__(self, maxsize=0, *, loop=None):
                                   ^
SyntaxError: invalid syntax

  File "/usr/local/lib/python2.7/dist-packages/asyncio/windows_utils.py", line 83
    def pipe(*, duplex=False, overlapped=(True, True), bufsize=BUFSIZE):
              ^
SyntaxError: invalid syntax

  File "/usr/local/lib/python2.7/dist-packages/asyncio/selector_events.py", line 57
    def _make_socket_transport(self, sock, protocol, waiter=None, *,
                                                                   ^
SyntaxError: invalid syntax

  File "/usr/local/lib/python2.7/dist-packages/asyncio/subprocess.py", line 118
    return (yield from self._transport._wait())
                     ^
SyntaxError: invalid syntax

  File "/usr/local/lib/python2.7/dist-packages/asyncio/streams.py", line 39
    def open_connection(host=None, port=None, *,
                                               ^
SyntaxError: invalid syntax

  File "/usr/local/lib/python2.7/dist-packages/asyncio/base_subprocess.py", line 151
    _, pipe = yield from loop.connect_write_pipe(
                       ^
SyntaxError: invalid syntax

  File "/usr/local/lib/python2.7/dist-packages/asyncio/coroutines.py", line 46
    yield from gen
             ^
SyntaxError: invalid syntax

Successfully installed asyncio-redis asyncio
Cleaning up...

@kkoci
Copy link

kkoci commented Feb 5, 2016

Hi, have the exact same problem here, working on virtualenvwrapper, python 2.7.2

Did you find the solution?

@jonathanslenders
Copy link
Owner

Hi @kkoci @mhaberler asyncio-redis works only on Python 3.3 or higher, just like all the asyncio libraries. Is it possible for you to upgrade to Python 3.4 or 3.5?

Jonathan

@kkoci
Copy link

kkoci commented Feb 5, 2016

Oh ok, yeah, I think I can install pyenv and use it from Python 3.4 or 3.5

Thank You very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants