martsberger / django-pivot

A module for pivoting Django Querysets
MIT License
209 stars 16 forks source link

Blocker - No readme.srt found in package #11

Closed jkeruzec closed 4 years ago

jkeruzec commented 4 years ago

Installing V1.8.0 of django-python. Package references readme.srt but is not part of package so installation is blocked.

[root@teardown ~]# pip install django-pivot DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. 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 Collecting django-pivot Using cached django-pivot-1.8.0.tar.gz (13 kB) ERROR: Command errored out with exit status 1: command: /usr/bin/python2 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-vkfQ21/django-pivot/setup.py'"'"'; file='"'"'/tmp/pip-install-vkfQ21/django-pivot/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-vkfQ21/django-pivot/pip-egg-info cwd: /tmp/pip-install-vkfQ21/django-pivot/ Complete output (7 lines): Traceback (most recent call last): File "", line 1, in File "/tmp/pip-install-vkfQ21/django-pivot/setup.py", line 13, in long_description=read_file('README.rst'), File "/tmp/pip-install-vkfQ21/django-pivot/setup.py", line 5, in read_file with open(name) as fd: IOError: [Errno 2] No such file or directory: 'README.rst'

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

martsberger commented 4 years ago

This should be fixed in version 1.8.1, please let me know if this is still an issue.