jazzband / jazzband/django-admin-sortable
Unable to install version 2.3
- Dominant language
- Python
- Stars
- 569
- Forks
- 138
- PR merge metrics
- No merged PRs in 30d
Description
I'm trying to upgrade admin-sortable from version 2.2 to 2.3 but I got an issued **UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 2883: character maps to ** .
Here is the full log when I install latest version
```
Requirement already satisfied: django-admin-sortable in d:\my_code\techis\source\test upgrade\backend\env\lib\site-packages (2.2.4)
Collecting django-admin-sortable
Using cached django-admin-sortable-2.3.tar.gz (106 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [8 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "C:\Users\Root\AppData\Local\Temp\pip-install-o20ggg3o\django-admin-sortable_dd3208e845fb48a19ad72839869c873a\setup.py", line 4, in
README = readme_file.read()
File "C:\Users\Root\AppData\Local\Programs\Python\Python38\lib\encodings\cp1252.py", line 23, in decode
return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 2883: character maps to
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
```
Contributor guide
Assessment
This issue has not been assessed yet.