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
{{ message }}
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.
While upgrading from python2 to python3, the generated PEXs would not work due to being unable to import from at least pex_library includes, related to the introduction of PEP-420, but for some reason wasn't working with the default zip_safe=None/zip_safe=True, so the workaround was to cause the PEXs to always be extracted to disk rather than loaded straight into memory.
The text was updated successfully, but these errors were encountered:
While upgrading from python2 to python3, the generated PEXs would not work due to being unable to import from at least
pex_library
includes, related to the introduction of PEP-420, but for some reason wasn't working with the defaultzip_safe=None
/zip_safe=True
, so the workaround was to cause the PEXs to always be extracted to disk rather than loaded straight into memory.The text was updated successfully, but these errors were encountered: