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
Also, I tried to download this package manually by go get command and got the same error:
PS C:\Users\andy> go get -v github.com/mattn/go-sqlite3
github.com/mattn/go-sqlite3 (download)
github.com/mattn/go-sqlite3
# github.com/mattn/go-sqlite3
exec: "gcc": executable file not found in %PATH%
I found related bug in go-sqlite3 repository, and it looks like we cannot build go-sqlite3 on Windows without MinGW.
Should I be worried about this error?
The text was updated successfully, but these errors were encountered:
I included sqlite to make sure it could be compiled without problem, but it's not actually being used yet so I just removed it. The next release shouldn't fail anymore.
Hi, I found this records in console output:
Also, I tried to download this package manually by
go get
command and got the same error:I found related bug in
go-sqlite3
repository, and it looks like we cannot buildgo-sqlite3
on Windows without MinGW.Should I be worried about this error?
The text was updated successfully, but these errors were encountered: