при попытке установить python проект, python setup.py install Я получаю сообщение об ошибке,
error: httplib2 0.15.0 is installed but httplib2<0.10,>=0.8 is required by set(['apache-beam'])
Однако, глядя на пип-зависимости
Imrans-MacBook-Pro:appengine imran$ pip freeze | grep httplib2
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
WARNING: Could not generate requirement for distribution -ix 1.13.0 (/usr/local/lib/python2.7/site-packages): Parse error at "'-ix==1.1'": Expected W:(abcd...)
WARNING: Could not generate requirement for distribution - x (/usr/local/lib/python2.7/site-packages): Parse error at "'-===x'": Expected W:(abcd...)
google-auth-httplib2==0.0.3
httplib2==0.9.2
Может пожалуйста, дайте мне знать, откуда взята версия 0.15.0, и почему вместо нее не используется 0.9.2?