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

createDataset.py error #39

Open
j4rv1s1 opened this issue Nov 15, 2018 · 1 comment
Open

createDataset.py error #39

j4rv1s1 opened this issue Nov 15, 2018 · 1 comment

Comments

@j4rv1s1
Copy link

j4rv1s1 commented Nov 15, 2018

can't run createDataset.py, Installed all the dependencies via pip but when I run the .py I get:

File "createDataset.py", line 51
for index,lines in enumerate(allLines):
^
TabError: inconsistent use of tabs and spaces in indentation

tried to fix it but with no luck, any help?

@adeshpande3
Copy link
Owner

Sorry, I think I was a little haphazard with my uses of tabs and spaces when I wrote this. This error normally results when you have some lines preceded by spaces and some by tabs. I'd recommend choosing one or the other, and this post shows one way of doing that.

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