0
点赞
收藏
分享

微信扫一扫

C#-Lambda 表达式

他说Python 2024-01-25 阅读 12

报错信息

register db Ping default, Binary was compiled with ‘CGO_ENABLED=0’, go-sqlite3 requires cgo to work. This is a stub

Windows解决办法

新建环境变量

在这里插入图片描述

新报错

Failed to build the application: # runtime/cgo
cgo: C compiler “gcc” not found: exec: “gcc”: executable file not found in %PATH%

安装GCC

官网:https://gitcode.com/mattn/go-sqlite3/tree/master?utm_source=csdn_github_accelerator&isLogin=1
在这里插入图片描述

下载

在这里插入图片描述

安装

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

这样就可以解决了!

举报

相关推荐

lambda表达式c++

C++ lambda表达式

C++——lambda表达式

C#Lambda表达式

【C++】lambda表达式

lambda表达式

Lambda表达式

0 条评论