FYI, I'm hitting `error in Flask-OpenID setup comm...
# troubleshoot
h
FYI, I'm hitting
error in Flask-OpenID setup command: use_2to3 is invalid.
when installing dev dependencies for metadata-ingestion. Most likely cause is this: https://setuptools.readthedocs.io/en/stable/history.html#breaking-changes
Similar with docutils:
Copy code
print 'Error: The "distutils" standard module, which is required for the '
Pinning
setuptools==57.5.0
might do the trick
Can confirm that this works ☝️
m
@high-hospital-85984 thanks for letting us know! We'll pin that one 🙂
h
Of course the real issue lies in Airflow, a bit unfortunate to have to pin setuptools like that
@mammoth-bear-12532 @early-lamp-41924 this issue is now open in airflow: https://github.com/apache/airflow/issues/18075
m
nice
we can unpin after they fix
h
There was a new release of flask-openid which seems to fix the issue. We were able to unpin setuptools again