hello,
我在ubuntu (24.04 LTS) 上装好了vnpy (4.4.0) 和vnpy_ctp (6.7.11.4),然后我clone了vnpy的github repo到本地,执行 python ~/repos//vnpy/examples/veighna_trader/run.py打开 VeighNa Trader 社区版的界面。(Python版本是3.13.5)
点击 系统 -> 连接CTP,然后输入期货经理给的仿真账号的信息,柜台环境选择“测试”,然后点击连接。然后程序就退出了,终端报错信息如下:
(base) ➜ veighna_trader git:(master) python run.py
没有配置要使用的数据服务,请修改全局配置中的datafeed相关内容
2026-06-01 14:37:00.663 | INFO | MainEngine | 连接登录 -> CTP
Decrypt handshake data failed
terminate called after throwing an instance of 'std::runtime_error'
what(): locale::facet::_S_create_c_locale name not valid
[1] 56139 IOT instruction (core dumped) python run.py
已经和期货公司客户经理确认输入的信息应该没错,请问这个报错信息怎么理解呢?感谢!