JackyYangPassion opened a new issue, #11: URL: https://github.com/apache/incubator-hugegraph-ai/issues/11
### Problem Type (问题类型) others (please comment below) ### Before submit - [X] I had searched in the [issues](https://github.com/apache/hugegraph-toolchain/issues) and found no similar issues. ### Environment (环境信息) python 3.10 Pycharm mac ### Your Question (问题描述) # Use pycharm to run test.py and report an error ``` Traceback (most recent call last): File "/Users/yangjiaqi/Documents/hugegraph_concurrency/repo/incubator-hugegraph-ai/hugegraph-python/example/test.py", line 18, in <module> from src.client import PyHugeClient ModuleNotFoundError: No module named 'src' Process finished with exit code 1 ``` # Root cause:  # Solution:  ### Vertex/Edge example (问题点 / 边数据举例) _No response_ ### Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构) _No response_ -- 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: dev-unsubscr...@hugegraph.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org