alpha-xone / xbbg

An intuitive Bloomberg API
https://xbbg.readthedocs.io/
Apache License 2.0
244 stars 51 forks source link

Fatal error condition occurred in D:\bld\aws-c-io_1633633258269\work\source\event_loop.c:74 #97

Closed MPrazzoli closed 1 year ago

MPrazzoli commented 1 year ago

By running my code, when using blp.bdp I am getting the following error:

Fatal error condition occurred in D:\bld\aws-c-io_1633633258269\work\source\event_loop.c:74: aws_thread_launch(&cleanup_thread, s_event_loop_destroy_async_thread_fn, el_group, &thread_options) == AWS_OP_SUCCESS Exiting Application

MPrazzoli commented 1 year ago

SOLVED:

I solved this error by reinstalling the package, but this time I installed before aws-sdk-cpp=1.8.186 thru the command conda install -c conda-forge aws-sdk-cpp=1.8.186 (I use conda to manage packages in my environment) and then I download package xbbg.