PS C:\Users\zhangyu> python -u "g:\AIgameTest\GameAISDK\tools\SDKTool\main.py"
Traceback (most recent call last):
File "g:\AIgameTest\GameAISDK\tools\SDKTool\main.py", line 21, in
from src.ui.main_window.tool_main_window import SDKMainWindow
File "g:\AIgameTest\GameAISDK\tools\SDKTool\src\ui\main_window\tool_main_window.py", line 20, in
from ...ui.debug.debug_factory import DebugFactory
from .game_reg_debug import GameRegDebug
File "g:\AIgameTest\GameAISDK\tools\SDKTool\src\ui\debug\game_reg_debug.py", line 22, in
from ...communicate.agent_api_mgr import AgentAPIMgr, MSG_SEND_GROUP_ID, GAME_RESULT_INFO
File "g:\AIgameTest\GameAISDK\tools\SDKTool\src\communicate\agent_api_mgr.py", line 15, in
from .agent_msg_mgr import MsgMgr, MSG_SEND_TASK_CONF, MSG_SEND_GROUP_ID, MSG_SEND_TASK_FLAG, MSG_SEND_ADD_TASK, \
File "g:\AIgameTest\GameAISDK\tools\SDKTool\src\communicate\agent_msg_mgr.py", line 27, in
import tbus
ModuleNotFoundError: No module named 'tbus'
PS C:\Users\zhangyu> pip install tbus
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement tbus (from versions: none)
ERROR: No matching distribution found for tbus
PS C:\Users\zhangyu> python -u "g:\AIgameTest\GameAISDK\tools\SDKTool\main.py" Traceback (most recent call last): File "g:\AIgameTest\GameAISDK\tools\SDKTool\main.py", line 21, in
from src.ui.main_window.tool_main_window import SDKMainWindow
File "g:\AIgameTest\GameAISDK\tools\SDKTool\src\ui\main_window\tool_main_window.py", line 20, in
from ...ui.debug.debug_factory import DebugFactory
from .game_reg_debug import GameRegDebug
File "g:\AIgameTest\GameAISDK\tools\SDKTool\src\ui\debug\game_reg_debug.py", line 22, in
from ...communicate.agent_api_mgr import AgentAPIMgr, MSG_SEND_GROUP_ID, GAME_RESULT_INFO
File "g:\AIgameTest\GameAISDK\tools\SDKTool\src\communicate\agent_api_mgr.py", line 15, in
from .agent_msg_mgr import MsgMgr, MSG_SEND_TASK_CONF, MSG_SEND_GROUP_ID, MSG_SEND_TASK_FLAG, MSG_SEND_ADD_TASK, \
File "g:\AIgameTest\GameAISDK\tools\SDKTool\src\communicate\agent_msg_mgr.py", line 27, in
import tbus
ModuleNotFoundError: No module named 'tbus'
PS C:\Users\zhangyu> pip install tbus
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement tbus (from versions: none)
ERROR: No matching distribution found for tbus