This repository was archived by the owner on Jan 19, 2024. It is now read-only.

Description
I'm using homebrew to install azure-cli, which depends on pydocumentdb.
With the latest 2.3.5, the install failed with the following message:
Processing /private/tmp/azure-cli--pydocumentdb-20191010-73888-8ri94n/pydocumentdb-2.3.5
Created temporary directory: /private/tmp/pip-req-build-m8z2g0pt
Added file:///private/tmp/azure-cli--pydocumentdb-20191010-73888-8ri94n/pydocumentdb-2.3.5 to build tracker '/private/tmp/pip-req-tracker-cwd2jeyt'
Running setup.py (path:/private/tmp/pip-req-build-m8z2g0pt/setup.py) egg_info for package from file:///private/tmp/azure-cli--pydocumentdb-20191010-73888-8ri94n/pydocumentdb-2.3
.5
Running command python setup.py egg_info
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/tmp/pip-req-build-m8z2g0pt/setup.py", line 10, in <module>
with open("changelog.md", encoding="utf-8") as f:
FileNotFoundError: [Errno 2] No such file or directory: 'changelog.md'
It seems changelog.md is missing and setup.py throws the error. Please investigate.