I am woarking with python 3.6, I want to use the new API from : ib_insync.
I have installed this library and followed the instructions from the help page :
Python version 3.6 or higher;
The Interactive Brokers Python API version 9.73.03 or higher;
A running TWS or IB gateway application (version 967 or higher). Make sure the API port is enabled and 'Download open orders on connection' is checked.
Hoever, when I run the sample code on Spyder I have the following error message : IB API from http://interactivebrokers.github.io is required An exception has occurred, use %tb to see the full traceback.
I have checked that the labrary ib_insync is in the kernel.
Is there is something I could do more ?
Thanks