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 1, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Cider doesn't appear to support Python 3 yet. Here's what I get when installing via
pip3
:The text was updated successfully, but these errors were encountered: