Skip to content

Commit

Permalink
Add a guide for 'UnicodeEncodeError' #45
Browse files Browse the repository at this point in the history
  • Loading branch information
raimon49 committed Dec 14, 2019
1 parent 2e62bda commit c55e006
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Dump the software license list of Python packages installed with pip.
* [Option: output\-file](#option-output-file)
* [More Information](#more-information)
* [Dockerfile](#dockerfile)
* [About UnicodeEncodeError](#about-unicodeencodeerror)
* [License](#license)
* [Dependencies](#dependencies)
* [Uninstallation](#uninstallation)
Expand Down Expand Up @@ -415,6 +416,17 @@ If you want to resolve build environment issues, try adding `build-base` package
&& source ${APPDIR}/myapp/bin/activate
```

## About UnicodeEncodeError

If a `UnicodeEncodeError` occurs, check your environment variables `LANG` and `LC_TYPE`.

Often occurs in isolated environments such as Docker and tox.

See useful reports:

* [#35](https://github.com/raimon49/pip-licenses/issues/35)
* [#45](https://github.com/raimon49/pip-licenses/issues/45)

## License

[MIT License](https://github.com/raimon49/pip-licenses/blob/master/LICENSE)
Expand Down

0 comments on commit c55e006

Please sign in to comment.