Hi !
I have installed and upgraded google cloud (Im' working on Python 2.7), but whenever I try to create a SubscriberClient object, I get the following error : TypeError: init() got an unexpected keyword argument 'thread_name_prefix'
This happens on my machine but also on Google Compute engines. This error comes from the fact that the concurrent.futures.ThreadPoolExecutor class does not have a "thread_name_prefix" argument.
Do you have a solution for my error ? Can you reproduce it ? Thank you very much for your help !
Hi !
I have installed and upgraded google cloud (Im' working on Python 2.7), but whenever I try to create a SubscriberClient object, I get the following error : TypeError: init() got an unexpected keyword argument 'thread_name_prefix'
This happens on my machine but also on Google Compute engines. This error comes from the fact that the concurrent.futures.ThreadPoolExecutor class does not have a "thread_name_prefix" argument.
Do you have a solution for my error ? Can you reproduce it ? Thank you very much for your help !