I started to see this error in the atlas rest api logs:
/usr/local/lib/python3.6/site-packages/pkg_resources/py2_warn.py:15: UserWarning: Setuptools no longer works on Python 2
************************************************************
Encountered a version of Setuptools that no longer supports
this version of Python. Please head to
https://bit.ly/setuptools-py2-sunset for support.
***************************************************
I believe that it is being caused by the latest major release of setuptools from two weeks ago. This change simply pins the version. This should fix the issue.
I started to see this error in the atlas rest api logs:
I believe that it is being caused by the latest major release of setuptools from two weeks ago. This change simply pins the version. This should fix the issue.