go-python / go-python/gopy

"no files in package" error

Abierto
#295 1 comentario 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Go
Estrellas
2.3k
Forks
136
Merge medio
14 min
PR fusionados (30 d)
2

Descripción

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.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.