fair enough, but after adding this line to requirements.txt, it still fails: `setuptools>=36.2.7`
``` Collecting setuptools>=36.2.7 (from -r /docs.requirements.txt (line 15)) Downloading https://files.pythonhosted.org/packages/96/06/c8ee69628191285ddddffb277bd5abdf769166e7a14b867c2a172f0175b1/setuptools-40.4.3-py2.py3-none-any.whl (569kB) Collecting Sphinx>=1.4.3 (from -r /docs.requirements.txt (line 16)) Downloading https://files.pythonhosted.org/packages/35/e0/e9e83b244eaa382ba21896dda6172617e47aff0be225eb72782cca105d3c/Sphinx-1.8.1-py2.py3-none-any.whl (3.1MB) Collecting sphinx_rtd_theme>=0.4.0 (from -r /docs.requirements.txt (line 17)) Downloading https://files.pythonhosted.org/packages/87/30/7460f7b77b6e8a080dd3688f750fe5d5666c49358f8941449c5b128fa97d/sphinx_rtd_theme-0.4.1-py2.py3-none-any.whl (5.4MB) Collecting sphinx_autodoc_typehints>=1.3.0 (from -r /docs.requirements.txt (line 18)) Downloading https://files.pythonhosted.org/packages/96/f2/194721797bb0d96df240030dd513b41d47fe0640bbbd6a6978f0b488f847/sphinx-autodoc-typehints-1.3.0.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-build-H9E2gy/sphinx-autodoc-typehints/setup.py", line 7, in <module> 'setuptools >= 36.2.7' File "/usr/lib64/python2.7/distutils/core.py", line 112, in setup _setup_distribution = dist = klass(attrs) File "/usr/lib/python2.7/site-packages/setuptools/dist.py", line 265, in __init__ self.fetch_build_eggs(attrs.pop('setup_requires')) File "/usr/lib/python2.7/site-packages/setuptools/dist.py", line 289, in fetch_build_eggs parse_requirements(requires), installer=self.fetch_build_egg File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 630, in resolve raise VersionConflict(dist,req) # XXX put more info here pkg_resources.VersionConflict: (setuptools 0.9.8 (/usr/lib/python2.7/site-packages), Requirement.parse('setuptools>=36.2.7')) ``` [ Full content available at: https://github.com/apache/trafficcontrol/pull/2892 ] This message was relayed via gitbox.apache.org for [email protected]
