[LEPL] error using pip install?

19 views
Skip to first unread message

Neal Becker

unread,
Apr 16, 2010, 11:35:48 AM4/16/10
to le...@googlegroups.com
sudo pip install --upgrade lepl
Downloading/unpacking lepl
Downloading LEPL-4.0.zip (327Kb): 327Kb downloaded
Running setup.py egg_info for package lepl
Installing collected packages: lepl
Found existing installation: LEPL 3.3.2
Uninstalling LEPL:
Successfully uninstalled LEPL
Running setup.py install for lepl
SyntaxError: ('invalid syntax', ('/usr/lib/python2.6/site-
packages/lepl/matchers/_test/support3.py', 150, 25, ' def foo(a, *,
b=None): return\n'))

Successfully installed lepl

--
You received this message because you are subscribed to the Google Groups "lepl" group.
To post to this group, send email to le...@googlegroups.com.
To unsubscribe from this group, send email to lepl+uns...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/lepl?hl=en.

andrew cooke

unread,
Apr 16, 2010, 11:52:34 AM4/16/10
to le...@googlegroups.com


You can ignore that, as far as I can tell.

If you are uncertain, please try running the tests (see
http://www.acooke.org/lepl/download.html#testing) which should say that all is
OK.

The problem is that Python 3 has a syntax that is illegal in Python 2. I
don't use it in the code, but I do need to test for it. That test triggers
this error in the installer, but doesn't appear to cause any other harm.

I guess for the next release I could exclude the test, which would avoid this
(but then people would not be running the full test suite).

Cheers + thanks for trying LEPL!
Andrew
Reply all
Reply to author
Forward
0 new messages