-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
api: pubsubIssues related to the Pub/Sub API.Issues related to the Pub/Sub API.packagingtype: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Description
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 !
Metadata
Metadata
Assignees
Labels
api: pubsubIssues related to the Pub/Sub API.Issues related to the Pub/Sub API.packagingtype: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.