Traceback (most recent call last):
File "setup.py", line 17, in <module>
with codecs.open('Changelog.rst', 'r', 'utf-8') as f:
File "/usr/lib/python3.6/codecs.py", line 897, in open
file = builtins.open(filename, mode, buffering)
FileNotFoundError: [Errno 2] No such file or directory: 'Changelog.rst'
The Changelog.rst file is missing from the distributed source tarball.
Downloading the following source releaese from the pypi page (https://pypi.python.org/pypi/habanero#downloads)
https://pypi.python.org/packages/6a/48/3396b520da48fa7d645d29ce1de6ca706fa9f4ce37a3ea5019e1f7662cac/habanero-0.6.0.tar.gz#md5=3646ed46c855c0c3a3d43e2293061d93
and then invoking
python setup.py install
produces the following error:
The Changelog.rst file is missing from the distributed source tarball.