Python 3.7 breakage

Issue #38 resolved
John Mark Vandenberg created an issue
Collecting sarge~=0.1.4 (from dependency_management~=0.4.0->-r requirements.txt (line 5))
  Using cached https://files.pythonhosted.org/packages/bc/9a/a715357f0f0a394edf964fb52b8b39551b629f4d1c996ade5f600fb3d278/sarge-0.1.4.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-rn4m1zog/sarge/setup.py", line 11, in <module>
        import sarge
      File "/tmp/pip-build-rn4m1zog/sarge/sarge/__init__.py", line 604
        def run(self, input=None, async=False):
                                      ^
    SyntaxError: invalid syntax

Comments (4)

  1. Ted Timmons

    This fix seems to have broken sarge in python2.7, which means it needs to be pinned to 0.14 for py2.7 compatability. Is that a known issue?

  2. Vinay Sajip repo owner

    Not a known issue. Travis shows everything passing, and local tests on Windows and OS X also pass for Python 2.7 and Python 3.5, 3.6. Can you give more information about your environment?

  3. Log in to comment