surya_g
05/19/2021, 6:04 PMe recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default.
flask 2.0.0 requires Werkzeug>=2.0, but you'll have werkzeug 0.16.1 which is incompatible.
snowflake-connector-python 2.4.3 requires chardet<4,>=3.0.2, but you'll have chardet 4.0.0 which is incompatible.surya_g
05/19/2021, 6:04 PMfrom werkzeug.local import ContextVar
ImportError: cannot import name 'ContextVar' from 'werkzeug.local'
when i run meltanosurya_g
05/19/2021, 6:05 PMdouwe_maan
05/19/2021, 6:06 PMdouwe_maan
05/19/2021, 6:06 PMdouwe_maan
05/19/2021, 6:06 PMpip install --upgrade pip should do itsurya_g
05/19/2021, 6:06 PMpip 20.2.3surya_g
05/19/2021, 6:07 PMdouwe_maan
05/19/2021, 6:07 PMvisch
05/20/2021, 1:39 PM