-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[Bug] Can't load SDK - ParserError: Error tokenizing data. C error: Expected 3 fields in line 334, saw 4 #3485
Comments
Oooof. The parser saying 4 instead of 3 means there is probably an extra , in the trail map csv somewhere. Any chance if you open the trailmap.csv (in the miscellaneous folder) is it possible to ctrl+F for a double , (,,). If there is anything, getting rid of one should solve this |
That'll do it. Should all be single , |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure what happened, I'm on Main branch, and suddenly can't load SDK. Something to do with
trail_map = TrailMap()
The text was updated successfully, but these errors were encountered: