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

Cyclic dependencies with 'six' #986

Closed
vivid-synth opened this issue Feb 25, 2017 · 1 comment
Closed

Cyclic dependencies with 'six' #986

vivid-synth opened this issue Feb 25, 2017 · 1 comment

Comments

@vivid-synth
Copy link

When building from source:

$ cd setuputils
$ python setup.py build
ImportError: No module named 'six'
$ cd ../six
$ python setup.py build
ImportError: No module named 'setuputils'
@mjpieters
Copy link

This appears to be a duplicate of #980

@jaraco jaraco closed this as completed Mar 7, 2017
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

3 participants