Snowflake connector issue on python AWS

1.2k Views Asked by At

Getting this error from python snowflake connector on AWS: ImportError: cannot import name 'NamedTuple' from 'typing_extensions'

1

There are 1 best solutions below

0
ski_squaw On

From snowflake support:

it appears to have popped up yesterday

pip install 'typing-extensions>=4.3.0'
should fix it

This fixed the issue