Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Python 3 support #6

Closed
mplewis opened this issue Oct 29, 2014 · 1 comment
Closed

Python 3 support #6

mplewis opened this issue Oct 29, 2014 · 1 comment
Labels

Comments

@mplewis
Copy link

mplewis commented Oct 29, 2014

Cider doesn't appear to support Python 3 yet. Here's what I get when installing via pip3:

% pip3 install cider
Downloading/unpacking cider
  Downloading cider-1.1.tar.gz
  Running setup.py (path:/private/var/folders/qy/8q5_l9gd3630_xq4qsrs2r7r0000gn/T/pip_build_mplewis/cider/setup.py) egg_info for package cider
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File "/private/var/folders/qy/8q5_l9gd3630_xq4qsrs2r7r0000gn/T/pip_build_mplewis/cider/setup.py", line 17, in <module>
        version, author = [grep_attr(body, attr) for attr in ("version", "author")]
      File "/private/var/folders/qy/8q5_l9gd3630_xq4qsrs2r7r0000gn/T/pip_build_mplewis/cider/setup.py", line 17, in <listcomp>
        version, author = [grep_attr(body, attr) for attr in ("version", "author")]
      File "/private/var/folders/qy/8q5_l9gd3630_xq4qsrs2r7r0000gn/T/pip_build_mplewis/cider/setup.py", line 13, in grep_attr
        ).group(1)))
    AttributeError: 'str' object has no attribute 'decode'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 17, in <module>

  File "/private/var/folders/qy/8q5_l9gd3630_xq4qsrs2r7r0000gn/T/pip_build_mplewis/cider/setup.py", line 17, in <module>

    version, author = [grep_attr(body, attr) for attr in ("version", "author")]

  File "/private/var/folders/qy/8q5_l9gd3630_xq4qsrs2r7r0000gn/T/pip_build_mplewis/cider/setup.py", line 17, in <listcomp>

    version, author = [grep_attr(body, attr) for attr in ("version", "author")]

  File "/private/var/folders/qy/8q5_l9gd3630_xq4qsrs2r7r0000gn/T/pip_build_mplewis/cider/setup.py", line 13, in grep_attr

    ).group(1)))

AttributeError: 'str' object has no attribute 'decode'

----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /private/var/folders/qy/8q5_l9gd3630_xq4qsrs2r7r0000gn/T/pip_build_mplewis/cider
Storing debug log for failure in /Users/mplewis/.pip/pip.log
@msanders
Copy link
Owner

Whoops, thanks for pointing this out. I need to hook up Travis so this doesn't regress again.

@msanders msanders added the bug label Nov 4, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants