-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
I could download pyeculid with sudo pip3 install euclid.
But when importing euclid, we get a SyntaxError on line 137.
Of course, this does not happen if I import it with Python 2.x.
Is the package intended at all to work on Python 3.x?
If so, should we consider fixing the syntax?
Edit: This seems to be a name clash with a different Python package, since the line 137 that I get in the SyntaxError is raise AttributeError, name, which is not the same as line 137 in euclid.py here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels