jamespacileo / django-pure-pagination

Django pagination based upon the core pagination module
BSD 3-Clause "New" or "Revised" License
701 stars 171 forks source link

ubuntu14.04 not install #53

Open kuangshp opened 6 years ago

kuangshp commented 6 years ago

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:~#

antoniocdff commented 6 years ago

me too, in python2.7 works

AnderUstarroz commented 4 years ago

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.