raimon49 / pip-licenses

Dump the license list of packages installed with pip.
MIT License
298 stars 42 forks source link

Add PYTHONIOENCODING hint to readme #166

Closed tracteurblinde closed 1 year ago

tracteurblinde commented 1 year ago

Using cmd via VSCode on Windows 11, I was unable to get past the UnicodeEncodeError either unsetting or setting these environment variables. Setting PYTHONIOENCODING="utf-8" did let me get things working.

Thank you for this package and your work maintaining it.