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

getting following build error #1

Closed
chaoranxie opened this issue Apr 21, 2015 · 5 comments
Closed

getting following build error #1

chaoranxie opened this issue Apr 21, 2015 · 5 comments
Labels

Comments

@chaoranxie
Copy link

Running setup.py egg_info for package haikunator
           Traceback (most recent call last):
             File "<string>", line 16, in <module>
             File "/usr/share/build/haikunator/setup.py", line 2, in <module>
               import haikunator
             File "haikunator/__init__.py", line 2, in <module>
               from six.moves import range
           ImportError: No module named six.moves
           Complete output from command python setup.py egg_info:
           Traceback (most recent call last):

         File "<string>", line 16, in <module>

         File "/usr/share/build/haikunator/setup.py", line 2, in <module>

           import haikunator

         File "haikunator/__init__.py", line 2, in <module>

           from six.moves import range

       ImportError: No module named six.moves
@Atrox
Copy link
Owner

Atrox commented Apr 21, 2015

Hmm, tried it and this seems fine for me. Which python version do you use?

@chaoranxie
Copy link
Author

Python 2.7.6 on mac, it looks like i can do
pip install six
pip install haikunator

but i can not do following where requirement.txt includes haikunator
pip install -r requirement.txt

@Atrox
Copy link
Owner

Atrox commented Apr 22, 2015

Thanks for the informations. I will take a look tomorrow and I will try to fix this.
I want anyway to get rid of six because for such a small project that does not make sense at all.

@Atrox Atrox added the bug label Apr 22, 2015
@Atrox
Copy link
Owner

Atrox commented Apr 23, 2015

@chaoranxie could you try it again now with version 0.2.0? This should work now.

@chaoranxie
Copy link
Author

works now

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

No branches or pull requests

2 participants