我是 Python 的初学者,我从 github 存储库中提取了代码以进行处理。但它在 from src.splendor import SplendorGame
中的 test_splendor.py
行给了我以下错误:
/usr/bin/python3 "/Users/b.w.h/Documents/JHU/Google Game Theory Development/Splendor-AI/test/test_splendor.py"
Traceback (most recent call last):
File "/Users/b.w.h/Documents/JHU/Google Game Theory Development/Splendor-AI/test/test_splendor.py", line 16, in <module>
from src.splendor import SplendorGame
ModuleNotFoundError: No module named 'src'
文件结构如下: file structure
我知道它与 python 解释器路径有关,但我不知道如何修复它。在此先感谢您的帮助!