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
I was attempting to follow the steps to install. They seemed very easy. When I attempted to run the application I get this error. I am not sure what is the problem here.
I tried to install sqlite on my machine but that didn't seem to change anything.
I am running on windows 11
go run .
panic: failed to upgrade database: Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work. This is a stub
I was attempting to follow the steps to install. They seemed very easy. When I attempted to run the application I get this error. I am not sure what is the problem here.
I tried to install sqlite on my machine but that didn't seem to change anything.
I am running on windows 11
go run .
panic: failed to upgrade database: Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work. This is a stub
goroutine 1 [running]:
main.setupWhatsAppClient()
C:/pathToFolder/whatsapp.go:21 +0x334
main.main()
C:/Users/pathToFolder/main.go:12 +0x17
exit status 2
The text was updated successfully, but these errors were encountered: