Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"no files in package" error #295

Open
mkjpryor opened this issue Aug 18, 2022 · 1 comment
Open

"no files in package" error #295

mkjpryor opened this issue Aug 18, 2022 · 1 comment

Comments

@mkjpryor
Copy link

mkjpryor commented Aug 18, 2022

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:

$ 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.

@rbordoloi
Copy link

Same. I'm working in a workspace with 2 modules, one main and one internal. I cannot generate bindings for the internal module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants