You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: