django-pure-pagination icon indicating copy to clipboard operation
django-pure-pagination copied to clipboard

ubuntu14.04 not install

Open kuangshp opened this issue 5 years ago • 2 comments

ubuntu14.04 error 0855970a5ce02ea12f5a53d520315f200b4847a1/django-pure-pagination-0.3.0.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/tmp/pip-install-isuua6j4/django-pure-pagination/setup.py", line 5, in README = readme.read() File "/var/env/django_env/lib/python3.4/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 672: ordinal not in range(128)

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-isuua6j4/django-pure-pagination/ (django_env) root@iZ941w016mwZ:~#

kuangshp avatar Sep 12 '18 06:09 kuangshp

me too, in python2.7 works

antoniocdff avatar Nov 07 '18 18:11 antoniocdff

I think this was fixed on the following pull request for Python 3. We just need it to be merged and release a new version.

AnderUstarroz avatar Aug 27 '20 11:08 AnderUstarroz