go-python / go-python/gopy

"no files in package" error

未关闭
#295 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Go
星标
2.3k
派生
136
平均合并
14 分钟
30 天内合并 PR
2

描述

I am trying to build a Python package that wraps the Helm Go SDK, but when I follow the example I get "no files in package" when I try to build:

```sh
$ go mod init github.com/stackhpc/pyhelm3
$ go get helm.sh/helm/v3
$ gopy build helm.sh/helm/v3
no required module provides package helm.sh/helm/v3; to add it:
go get helm.sh/helm/v3
2022/08/18 10:11:58 Note: there was an error building [helm.sh/helm/v3] -- will continue but it may fail later: exit status 1
gopy: no files in package "helm.sh/helm/v3"
2022/08/18 10:11:58 error dispatching command: gopy: no files in package "helm.sh/helm/v3"
```

What am I missing? Any help would be greatly appreciated.

贡献指南

这个仓库没有索引到贡献指南

调研方向

Start with the reported go.mod setup and the commands `go get helm.sh/helm/v3` and `gopy build helm.sh/helm/v3`; compare the resulting module and package state with gopy's package-loading expectations. Done means identifying what is missing from the example or confirming a reproducible gopy defect, with the required setup or corrected guidance documented.

由索引模型根据 Issue 内容生成。

评估

技术栈
go, python
领域
tooling
Issue 类型
缺陷
难度
3/5
预计耗时
1-2 天
活跃度
停滞
描述清晰度
需要澄清
新手友好度
25/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。