fanchunke / chatgpt-wecom

企业微信接入 GPT3
MIT License
352 stars 98 forks source link

使用sqllite启动时候报错:go-sqlite3 requires cgo to work #31

Open cysong opened 1 year ago

cysong commented 1 year ago

windows系统,非docker环境运行,错误日志如下: {"level":"fatal","error":"sqlite: check foreign_keys pragma: reading schema information Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work. This is a stub","time":"2023-03-03T14:22:01+08:00","caller":"/Users/fanchunke/workspace/chatgpt/chatgpt-wecom/internal/app/app.go:35","message":"ent - database migrate failed"}

fanchunke commented 1 year ago

@cysong 可以下载最新版本的 exe 文件,在 windows 环境运行。