Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setup.py: Dependency to six is missing #20

Closed
jenisys opened this issue Feb 19, 2016 · 1 comment
Closed

setup.py: Dependency to six is missing #20

jenisys opened this issue Feb 19, 2016 · 1 comment

Comments

@jenisys
Copy link

jenisys commented Feb 19, 2016

VERSION: eulxml-1.0.0
CAUSED-BY: .travis.yml

By installing Django (with all its dependencies) first, you no longer know what the dependencies of the project are.

HOW TO REPEAT:

$ virtualenv .venv
$ source .venv/bin/activate
$ python setup.py install
...
installing library code to build/bdist.macosx-10.6-intel/egg
running install_lib
running build_py
Traceback (most recent call last):
  File "setup.py", line 89, in <module>
...
 File "/.../eulxml/eulxml/xpath/ast.py", line 28, in <module>
    import six
ImportError: No module named six
@rlskoeser
Copy link
Contributor

@jenisys thanks for reporting this. I think the problem was actually in the code that generates the ply parse tables on installation; it was relying on six, but that isn't guaranteed to be available at that point.

Should be fixed in the new 1.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants