-
Notifications
You must be signed in to change notification settings - Fork 156
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
ModuleNotFoundError: No module named 'kag' #96
Comments
pip list 看看 |
|
In developer mode, KAG should be installed through You can refer to Quick Start to get more detail information. |
项目安装好后,环境中应该存在openspg-kag。 https://github.com/OpenSPG/KAG/blob/master/setup.py package_name = "openspg-kag" |
问题报错源自于D:\xxx\kagdemo\Lib\site-packages\knext\command\sub_command\project.py
报错行来自于53行的import kag.templates.project
def _render_template(namespace: str, tmpl: str, **kwargs):
config_path = kwargs.get("config_path", None)
project_dir = Path(namespace)
if not project_dir.exists():
project_dir.mkdir()
The text was updated successfully, but these errors were encountered: