From: Kfir I. <kfi...@ir...> - 2017-05-28 16:16:17
|
docutils latest package version is 0.14rc1 while other packages try to parse the version (such as sphinx), it fails due to parse error for int() File "/Users/ci/workspace/wrk_automation_utils_mac_debug/.eggs/Sphinx-1.3.1-py2.7.egg/sphinx/util/compat.py", line 17, in docutils_version = tuple(int(x) for x in _du_version.split('.')[:2]) ValueError: invalid literal for int() with base 10: '14rc1' Can you please update docutils version to contains only integers (as universal format) Thanks Kfir Ilani |