TBPY初始化失败,是什么原因?
>>> import tbpy>>> tbpy.init()RuntimeError: 请先启动tbquant.exe!The above exception was the direct cause of the following exception:Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\ProgramData\Anaconda3\envs\py312\Lib\site-packages\tbpy\__init__.py", line 29, in init return tbpy.init(key=key) ^^^^^^^^^^^^^^^^^^SystemError: <Boost.Python.function object at 0x000001B912515460> returned a result with an exception set>>>---------------TBPY已经安装成功,TBQUANT3的客户端也已经启动,初始化时,报出上述错误,请问一下是什么原因?