pipreqs
pipreqs copied to clipboard
"pipreqs --encoding=utf8 --force ." return error
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 ?
Related https://github.com/bndr/pipreqs/issues/214