Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix pip install pkgs with non-ascii characters in filenames
As found recently, pip with Python 3.6 and forward has some issues installing tarballs that contain files with non-ascii characters in their names. This is due mainly to the fact that the default locale in the system is set to C [1]. As a workaround, we run the installation of the packages in the virtualenv forcing C.UTF-8 locale. [1] pypa/pip#7667 Change-Id: Idfb8b121a43a0bb74844fd63d5c2507d7b888b15
- Loading branch information