cgwer commented on issue #198:
URL:
https://github.com/apache/incubator-hugegraph-ai/issues/198#issuecomment-2785055160
1pip install poetry
poetry init --no-interaction
pyproject.toml 的 [tool.poetry.dependencies]添加
#[tool.poetry.dependencies]
python = "^3.8"
decorator = "^5.1.1"
requests = "^2.32.0"
setuptools = "^70.0.0"
urllib3 = "^2.2.2"
rich = "^13.9.4"
2 uv pip install -r requirements.txt
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]