Not able to connect eikon API through jupyter notebook.

Best Answer

  • @abhishek9900kumar

    For the error message: Type Error("send() got an unexpected keyword argument 'timeout''), it could be a problem in the httpx version 0.20.0.

    Please downgrade the version of the httpx to 0.19.0, as mentioned in this thread.

     pip install httpx==0.19.0