from tqsdk2 import TqApi, TqAuth print("Hello tqsdk2")
运行报错:
Traceback (most recent call last): File "tq2.py", line 1, in <module> from tqsdk2 import TqApi, TqAuth File "/home/fintech/miniconda3/lib/python3.7/site-packages/tqsdk2/__init__.py", line 56, in <module> raise Exception(e.strerror + "模块名:" + name) TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
将from tqsdk2 换成 from tqsdk后运行正常。
请客服帮助解决一下,这可是以后要买的收费系统,不能装了不能用吧。
ringo 已回答的问题 2021年11月11日
目前TqSdk2能够使用的环境如下
天勤量化的核心是TqSdk2开发包, 在安装天勤量化 (TqSdk2) 前, 你需要先准备适当的环境和Python包管理工具, 包括:
- Python >=3.6.4,3.7,3.8,3.9 版本
- Windows 7 以上版本, 或 G++ 9.3.0 版本及以上的 Linux 环境下,推荐使用 Ubuntu 20.04
ringo 发表新评论 2021年11月12日
archive源
不同版本的ubuntu对应的国内源也是不同的,请问如果用Ubuntu 20.04的话,用archive源还是ports源?用清华源还是用中科大等其他源?请遵照贵司实际使用情况推荐说明一下,能让我们这些潜在付费用户少走弯路就非常感谢你了!