fitter icon indicating copy to clipboard operation
fitter copied to clipboard

fitter-1.3.0 use pip install got error message

Open OscarMCY opened this issue 4 years ago • 4 comments

(base) C:\Users\233Desktop>pip install C:\Users\233Desktop\Downloads\fitter-1.3.0.tar.gz Processing c:\users\233desktop\downloads\fitter-1.3.0.tar.gz ERROR: Command errored out with exit status 1: command: 'C:\Users\233Desktop\anaconda3\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\233Desktop\AppData\Local\Temp\pip-req-build-olrsvmrt\setup.py'"'"'; file='"'"'C:\Users\233Desktop\AppData\Local\Temp\pip-req-build-olrsvmrt\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 'C:\Users\233Desktop\AppData\Local\Temp\pip-pip-egg-info-1e1s8o9g' cwd: C:\Users\233Desktop\AppData\Local\Temp\pip-req-build-olrsvmrt
Complete output (5 lines): Traceback (most recent call last): File "", line 1, in File "C:\Users\233Desktop\AppData\Local\Temp\pip-req-build-olrsvmrt\setup.py", line 41, in long_description = open("README.rst").read(), UnicodeDecodeError: 'gbk' codec can't decode byte 0xa6 in position 3273: illegal multibyte sequence ---------------------------------------- ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

OscarMCY avatar Jan 08 '21 08:01 OscarMCY

hard to reproduce for me. Tests are performed under Linux indeed. I'll keep this open in case someone may help

cokelaer avatar Sep 02 '21 19:09 cokelaer

update your pip version may help.

723373214 avatar Nov 24 '21 10:11 723373214

I think #46 can fix. It's a Chinese only bug :(

ErnestDong avatar Dec 21 '21 06:12 ErnestDong

this bug happens on Korean too :(

jhkjhkim avatar Jul 08 '22 01:07 jhkjhkim

@OscarMCY indeed this was a reported and fixed bug in #46

cokelaer avatar Sep 14 '22 18:09 cokelaer