-
Notifications
You must be signed in to change notification settings - Fork 490
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
How do you get started? #812
Comments
v3.1.0 release is not the latest version and it lacks the package
should fix the problem. See https://github.com/pingcap/parser/blob/master/docs/quickstart.md#import-dependencies. |
does not fix... |
Okay. As a workaround, you can specify the githash on
Let's figure out how to solve this annoying problem :( |
I got the same error here by following the quickstart,
The workaround also solved my problem. |
The quickstart guide is conflicting to itself, we should use |
I can't get this to work after following the quick start guide or the suggestions here.
|
The quick start doesn't seem to work because of the dependency on TiDB.
I start by including both packages:
This leaves me with a
go.mod
which looks like this:The main issue seems to be that in the version of tidb used, the tidb/types package does not contain parser_driver.
It looks like it exists in the recent v3.1.0 release.
I tried to force that version but it doesn't seem to be working.
How do I get the parser working?
The text was updated successfully, but these errors were encountered: