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

_ "github.com/taosdata/driver-go/v3/taosSql" 报错 #261

Open
colincodefirst opened this issue Apr 28, 2024 · 2 comments
Open

_ "github.com/taosdata/driver-go/v3/taosSql" 报错 #261

colincodefirst opened this issue Apr 28, 2024 · 2 comments

Comments

@colincodefirst
Copy link

github.com/taosdata/driver-go/v3/wrapper

E:\1.work\pkg\mod\github.com\taosdata\driver-go\[email protected]\wrapper\block.go:48:13: could not determine kind of name for C.taos_write_raw_block_with_fields_with_reqid
E:\1.work\pkg\mod\github.com\taosdata\driver-go\[email protected]\wrapper\block.go:41:13: could not determine kind of name for C.taos_write_raw_block_with_reqid

@Fxskyzz
Copy link

Fxskyzz commented May 28, 2024

image vendor/github.com/taosdata/driver-go/v3/wrapper/block.go:48:13: could not determine kind of name for C.taos_write_raw_block_with_fields_with_reqid vendor/github.com/taosdata/driver-go/v3/wrapper/block.go:41:13: could not determine kind of name for C.taos_write_raw_block_with_reqid 我也遇到了类似的问题,我使用的版本是3.2.0.0

@Fxskyzz
Copy link

Fxskyzz commented May 28, 2024

image vendor/github.com/taosdata/driver-go/v3/wrapper/block.go:48:13: could not determine kind of name for C.taos_write_raw_block_with_fields_with_reqid vendor/github.com/taosdata/driver-go/v3/wrapper/block.go:41:13: could not determine kind of name for C.taos_write_raw_block_with_reqid 我也遇到了类似的问题,我使用的版本是3.2.0.0

我的解决了,还是版本的问题。server和client是3.2.0.0的版本,go驱动由3.5.1将至为3.5.0之后成功了。遇到链接库的问题使用ln创建连接即可。

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