John Sirois
John Sirois
I see no obvious change that would affect this either @fhoering. I'm not sure what to say. I suspect, under your python 3.6.8, `pip install tensorflow==1.15.2` fails just like Pex...
Not so much. Pex has supported a `--venv` mode for over a year now that makes Pex not as fast, but almost as fast as Shiv, providing the same short...
Pex stopped using `pkg_resources` in #1768. It still vendors setuptools for reasons mentioned above, but it never imports from setuptools and only imports from pkg_resources when a user-specified dependency in...
This looks like a bug fixed in the tensorflow 2 series here: https://github.com/tensorflow/tensorflow/commit/c40c5dfbd6f15108e41a268e81fdd6111720091f In older versions, the variable would then be where purelib and platlib are defined to be for...
Ok, circling back, this was fixed by 2.1.133. Alas, centos 7 is no more (at least the centos:7 image isn't, but I can use rockylinux:8 to get a facsimile: ```console...
Although Pants no longer uses any API except the Pex CLI API, the need for semver still exists for CLI changes like adding subcommands 1st class (instead of via the...
I think the release announcement here has served to close this issue: https://github.com/pex-tool/pex/releases/tag/v2.2.0 It probably also deserves a doc page, but I won't block closing this on that. The doc...
@juyoung-yoo as demonstrated, Pex does allow you to build a PEX from wheels (PEP-491 as you say) directly. Since you have not followed up with more details, I'm going to...
See #1037 which tracks the need for a broader class of performance / size tests beyond this narrow `--unzip` bootstrap overhead case.
The wrinkle here is only dist-info distributions work with PEXes isolation scheme. That isolation scheme requires a wheel name and that can only be reconstructed from a dist-info distribution with...