JackyYangPassion commented on issue #11: URL: https://github.com/apache/incubator-hugegraph-ai/issues/11#issuecomment-3336677152
``` ✅ 在 PyCharm 中配置 HugeGraph 项目的环境 打开项目 在 PyCharm 里打开 incubator-hugegraph-ai 这个目录。 选择解释器 (Interpreter) 打开 Preferences (⌘, 或 File → Settings) 找到 Project → Python Interpreter 点击右上角齿轮 ⚙️ → Add Interpreter 选择 Add Local Interpreter → Existing Environment 指定到你之前用 uv 创建的虚拟环境: /完整路径/incubator-hugegraph-ai/.venv/bin/python 点击 OK,等待 PyCharm 加载依赖。 ``` -- 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]
