Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]UnicodeDecodeError: 'gbk' codec can't decode byte 0x9d in position 5424: illegal multibyte sequence #14

Closed
koke2c95 opened this issue Sep 25, 2019 · 3 comments · Fixed by #15
Labels
bug Something isn't working

Comments

@koke2c95
Copy link

Describe the bug
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\HUAJI0~1\AppData\Local\Temp\pip-install-uc9zsivx\flashtorch\setup.py", line 5, in
long_description = fh.read()

UnicodeDecodeError: 'gbk' codec can't decode byte 0x9d in position 5424: illegal multibyte sequence

To Reproduce
pip install flashtorch

Environment (please complete the following information):

  • OS: windows10
  • Python version: 3.7
  • FlashTorch version: 0.1.0

fix
readme.md line 101
“see” fix to "see"

@koke2c95 koke2c95 added the bug Something isn't working label Sep 25, 2019
@MisaOgura
Copy link
Owner

Hi @huaji0353

Thanks for the bug report.

I think it would be probably better to remove the dependency on the README, so this doesn't happen again.

The fix will come shortly.

Many thanks,
Misa

@MisaOgura
Copy link
Owner

Hi @huaji0353

I've released a fix as a version 0.1.1.

Can you try to install this version, and let me know if the bug has been fixed?

Many thanks,
Misa

@koke2c95
Copy link
Author

Successfully installed flashtorch-0.1.1

it work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants