phamdinhkhanh/vnquant

UnicodeDecodeError

Closed this issue · 2 comments

Em cài trên máy local bị lỗi này làm sao để fix vậy anh?
Loi

Mình đã fix được lỗi này bằng cách sửa read_md = lambda f: open(f, 'r', encoding='cp437').read() ở hàng 14 trong file setup.py
image

Nên thêm encoding='utf-8' vào line 14 để chỉ rõ cách decode file README.md?

    read_md = lambda f: open(f, 'r', encoding= 'utf-8').read()

Issue liên quan từ một repo khác