You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously clone copied distributions twice. One copy was made by the
underlying Chroot, and then another was manually performed. The manual
copy was only needed to update the internal _distributions set, so just
do that.
A test that failed before the fix is added to ensure distributions with
unwriteable files can be cloned.
Fixespex-tool#570
Previously clone copied distributions twice. One copy was made by the
underlying `Chroot`, and then another was manually performed. The
manual copy was only needed to update the internal `_distributions`
set, so just do that.
A test that failed before the fix is added to ensure distributions with
unwriteable files can be cloned.
Fixes#570
It seems that this review released in version 1.4.6 has introduced a regression when executing pex with the bdist_pex target
The package that fails is tensorflow.
Minimal setup.py:
It works when just calling the command line tool pex:
pex tensorflow==1.10.1
Can you have a look ?
The text was updated successfully, but these errors were encountered: