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

Inconsistent use of tabs and spaces in indentation in pip installation #15

Closed
zhanghaocol opened this issue Jan 14, 2020 · 2 comments
Closed

Comments

@zhanghaocol
Copy link

Hi,
Using pip installed pyHarmonySearch, encountered

File "/usr/local/lib/python3.7/site-packages/pyharmonysearch/harmony_search.py", line 120
self._initialize(initial_harmonies)
^

TabError: inconsistent use of tabs and spaces in indentation

@gfairchild
Copy link
Collaborator

Hm, looking at https://github.com/gfairchild/pyHarmonySearch/blob/master/pyharmonysearch/harmony_search.py, I don't see any tabs. But you're right - looking at the release of 1.4.1 on PyPI, there is indeed a rogue tab. I just fixed it in 1.4.2, so if you pip install --upgrade pyHarmonySearch, it should work now. Can you verify?

Sorry about that! No idea how that happened.

@gfairchild
Copy link
Collaborator

I'm going to go ahead and close this issue. Please let me know if you continue to experience problems.

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