This repository has been archived by the owner on Nov 15, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade virtualenv for bundled installers
The upgrade is needed due to the version of wheels pulled in. When pulling in PyYAML as a dependency, PyYAML tries to import a function from wheels that throws an IOError on some patched Ubuntu versions. The issue is similar to: pypa/pip#1074 Wheels has a fix or that bug and virtualenv pulls that version of wheels in so it should no longer be an issue.
- Loading branch information