首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >模块github.com/astaxie/beego@latest found (v1.12.3),但不包含包github.com/astaxie/beego/client/orm

模块github.com/astaxie/beego@latest found (v1.12.3),但不包含包github.com/astaxie/beego/client/orm
EN

Stack Overflow用户
提问于 2020-11-06 12:03:09
回答 1查看 448关注 0票数 1

当我尝试执行bee migrate时,我得到了这个错误,是否有人得到了相同的错误?怎么处理呢?谢谢

代码语言:javascript
运行
复制
2020/11/06 03:54:37 INFO     ▶ 0001 Getting bee latest version...
2020/11/06 03:54:37 WARN     ▶ 0002 Update available 2.0.0 ==> 1.12.0
2020/11/06 03:54:37 WARN     ▶ 0003 Run `bee update` to update
2020/11/06 03:54:37 INFO     ▶ 0004 Your bee are up to date
______
| ___ \
| |_/ /  ___   ___
| ___ \ / _ \ / _ \
| |_/ /|  __/|  __/
\____/  \___| \___| v2.0.0
2020/11/06 03:54:37 INFO     ▶ 0005 Using 'postgres' as 'driver'
2020/11/06 03:54:37 INFO     ▶ 0006 Using '/go/src/chatcommerce-api/database/migrations' as 'dir'
2020/11/06 03:54:37 INFO     ▶ 0007 Running all outstanding migrations
2020/11/06 03:54:37 INFO     ▶ 0008 Creating 'migrations' table...
2020/11/06 03:54:38 ERROR    ▶ 0009 Could not build migration binary: exit status 1
2020/11/06 03:54:38 ERROR    ▶ 0010 |> go: finding module for package github.com/astaxie/beego/client/orm
2020/11/06 03:54:38 ERROR    ▶ 0011 |> go: finding module for package github.com/astaxie/beego/client/orm/migration
2020/11/06 03:54:38 ERROR    ▶ 0012 |> m.go:6:2: module github.com/astaxie/beego@latest found (v1.12.3), but does not contain package github.com/astaxie/beego/client/orm
2020/11/06 03:54:38 ERROR    ▶ 0013 |> m.go:7:2: module github.com/astaxie/beego@latest found (v1.12.3), but does not contain package github.com/astaxie/beego/client/orm/migration
2020/11/06 03:54:38 WARN     ▶ 0014 Could not remove temporary file: remove m: no such file or directory
EN

回答 1

Stack Overflow用户

发布于 2020-11-17 14:55:08

https://github.com/astaxie/beego/issues/4308

获取-u github.com/astaxie/beego@develop获取github.com/beego/bee@v1.12.3

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/64708694

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档