kubeagi / core-library

Core library for kubeagi to provide apis&sdk in python
Apache License 2.0
3 stars 3 forks source link

cli运行错误 #36

Closed Abirdcfly closed 6 months ago

Abirdcfly commented 7 months ago
2024-03-09T10:07:17.271455154Z stderr F Traceback (most recent call last):
2024-03-09T10:07:17.271566433Z stderr F   File "/libs/cli/kubeagi_cli/cli.py", line 19, in <module>
2024-03-09T10:07:17.271610696Z stderr F     from . import convert
2024-03-09T10:07:17.271616457Z stderr F ImportError: attempted relative import with no known parent package

bce 现在并不能在github上跑起来... @bjwswang @wangxinbiao

Originally posted by @Abirdcfly in https://github.com/kubeagi/arcadia/issues/782#issuecomment-1986843589

Lanture1064 commented 7 months ago

改为 from kubeagi_cli import convert