我试图简单地连接到 ibapi (Interactive Brokers API),但我在使用 Python 3.7 时遇到了一些技术问题。到目前为止我做了什么:
- 我安装了适用于 Windows 10 的 API 的最新版本
- 我
C:\TWS API\source\pythonclient
跑着跑着python setup.py install
我有:
ModuleNotFoundError: No module named 'ibapi'
当我尝试导入它时我在这里做错了什么以及如何解决这个简单的错误?
我的烧瓶项目是在名为 Ibconnect 的虚拟环境中创建的( (IBconnect) C:\Users\Admin\dev\IBconnect> 在命令 Windows 上),我认为我必须在这里安装 python 客户端,但我不知道如何去做吧。