koalawangyang

Results 9 comments of koalawangyang

detailed error: /root/rocketmq-operator/bin/controller-gen rbac:roleName=rocketmq-operator crd:generateEmbeddedObjectMeta=true webhook paths="./..." output:dir=deploy output:crd:artifacts:config=deploy/crds bash: /root/rocketmq-operator/bin/controller-gen: No such file or directory make: *** [manifests] Error 1

> Please run `go version` to check the version of Golang, the main version should be 1.16. Idealy `controller-gen` should be installed when running `make deploy`, it seems that something...

And more error occurs when I use 'constroller-gen xxxxx' command directly: [root@ip-localhost rocketmq-operator]# /root/rocketmq-operator/bin/controller-gen rbac:roleName=rocketmq-operator crd:generateEmbeddedObjectMeta=true webhook paths="./..." output:dir=deploy output:crd:artifacts:config=deploy/crds pkg/apis/rocketmq/v1alpha1/console_types.go:21:2: missing go.sum entry for module providing package k8s.io/api/apps/v1 (imported...

> @koalawangyang Please try running `go mod tidy`. BTW, would you like to optimize the building part of README after the problem is resolved? Hi caigy, Thanks for your help....

> 很奇怪,这是反代的azure吗,但项目直接支持azure呀 是反代的Azure, 不直接使用Azure AI是因为只能配置一个Azure AI, 如果使用one-api, 则可以配置多个Azure AI进行轮询使用, 而且可以接入不同的Endpoint, 还有避免达到频率限制等. 还有一个好处是one-api可以接管多个AI 服务,方便管理.

可以适配一下么? 这个one-api还蛮不错的.

I've solved this problem. it's caused by the 'python' command will use the system default python 2.x to run the train.py script. change the command to 'python3 train.py xxxxx' will...

> Sorry, I forgot to re-build this image, it used to be in the [dockerfile](https://github.com/mritd/dockerfile) repository, I will recreate it in the [autobuild](https://github.com/mritd/autobuild) repository later Thanks for your quick response....