cloudwego/kitex

Compilation Error: "does not contain package github.com/cloudwego/iasm/x86_64"

Closed this issue · 0 comments

This issue is created for searching

错误模式 | Error Pattern

Compilation error like:

module github.com/cloudwego/iasm@latest found (v0.1.0), but does not contain package github.com/cloudwego/iasm/x86_64

解决方案 | Solution

Please use this version of iasm:

go get github.com/cloudwego/iasm@v0.0.9

说明 | Explanation

There's a breaking change in iasm@v0.1.0, which is not adapted by Kitex/Frugal yet.

Since v0.1.0 is not used by any cloudwego projects, we've removed the tag, and republished v0.0.9 as v0.1.1 which should solve all furthur issues.

We will republish v0.1.0 as a major version after we're ready.