Calling all Racers for the Alteryx Grand Prix! It's time to rev your engines and race to the stage at Inspire! Sign up here.
3/24/2023: We are aware of the missing content issue and are currently looking into the matter. We appreciate your patience as we get this resolved.

Alteryx Designer Knowledge Base

Definitive answers from Designer experts.

ImportError: cannot import name 'collections_abc'

MarkelioH
Alteryx
Alteryx
Created

 

Environment Details


When trying to import the Google Cloud BigQuery libraries  v1.23.0 through the Python tool, the import fails. 

  • Alteryx Designer
    • All Versions
  • Third-Party product - Google Cloud BigQuery python library 
    • Version 1.23.0



Cause


This is a known issue when importing Google Cloud BigQuery library version 1.23.0.
 



Resolution


If the current version you have installed is v1.23.0, it seems to be a known issue reported here: https://github.com/googleapis/google-cloud-python/issues/9965  which is fixed in 1.23.1 version: https://github.com/googleapis/google-cloud-python/releases
It looks like the workaround was to explicitly install an updated version of six (1.13.0 instead of 1.11.0).

Update to Google Big Query library to 1.15.0 and restart Designer.