Skip to content

Instantly share code, notes, and snippets.

@kanzure
Created March 4, 2014 22:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kanzure/9357213 to your computer and use it in GitHub Desktop.
Save kanzure/9357213 to your computer and use it in GitHub Desktop.
stormpath-sdk is doing weird things?
Downloading/unpacking unittest2py3k (from stormpath-sdk->-r ./requirements/requirements.txt (line 40))
Running setup.py egg_info for package unittest2py3k
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/tmp/pip_build_root/unittest2py3k/setup.py", line 12, in <module>
from unittest2 import __version__ as VERSION
File "unittest2/__init__.py", line 61, in <module>
from .case import (TestCase, FunctionTestCase, SkipTest, skip, skipIf,
File "unittest2/case.py", line 539
def assertAlmostEqual(self, first, second, *, places=None, msg=None,
^
SyntaxError: invalid syntax
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/tmp/pip_build_root/unittest2py3k/setup.py", line 12, in <module>
from unittest2 import __version__ as VERSION
File "unittest2/__init__.py", line 61, in <module>
from .case import (TestCase, FunctionTestCase, SkipTest, skip, skipIf,
File "unittest2/case.py", line 539
def assertAlmostEqual(self, first, second, *, places=None, msg=None,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment