Skip to content

Can't build python2 version of plyr #4

Description

@ok100

Hi, when I try to build the module for python2 with python2 setup.py install I get the following error message:

Traceback (most recent call last):
  File "setup.py", line 3, in <module>
    from Cython.Distutils import build_ext
  File "/usr/lib/python2.7/site-packages/Cython/Distutils/__init__.py", line 2, in <module>
    from Cython.Distutils.extension import Extension
  File "/usr/lib/python2.7/site-packages/Cython/Distutils/extension.py", line 18, in <module>
    class Extension(_Extension.Extension):
  File "/usr/lib/python2.7/site-packages/Cython/Distutils/extension.py", line 39, in Extension
    """
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'

However, python3 version works fine.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions