bndr / pipreqs

pipreqs - Generate pip requirements.txt file based on imports of any project. Looking for maintainers to move this project forward.
Apache License 2.0
6.38k stars 388 forks source link

"pipreqs --encoding=utf8 --force ." return error #340

Open Impre-visible opened 1 year ago

Impre-visible commented 1 year ago

Hi, when I do this command : pipreqs --encoding=utf8 --force . I have this error : 'utf-8' codec can't decode byte 0xf6 in position 122: invalid start byte. I tried without the encoding, and I have the charmap error. i tried with utf16, other error. Do you know why ?

nikolay-borzov commented 1 year ago

Related https://github.com/bndr/pipreqs/issues/214