Changes between Initial Version and Version 1 of Ticket #63782, comment 15
- Timestamp:
- Feb 23, 2022, 7:59:45 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #63782, comment 15
initial v1 5 5 6 6 ||= Installation command =||= Output of `port -vq installed python39` =||= Arch =||= Command =||= Result =|| 7 || `$ port install python39 +universal` || python39 @3.9.9_0+lto+optimizations+universal (active) requested_variants='+universal' platform='darwin 21' archs='arm64 x86_64' date='2021-12-18T09:38:51+0900' || x86_64 || `arch -x86_64 /opt/local/bin/python3.9 -c 'import subprocess;'` || ImportError: dynamic module does not define module export function (PyInit __posixsubprocess) ||7 || `$ port install python39 +universal` || python39 @3.9.9_0+lto+optimizations+universal (active) requested_variants='+universal' platform='darwin 21' archs='arm64 x86_64' date='2021-12-18T09:38:51+0900' || x86_64 || `arch -x86_64 /opt/local/bin/python3.9 -c 'import subprocess;'` || ImportError: dynamic module does not define module export function (PyInit!__posixsubprocess) || 8 8 || `$ port install python39 +universal` || python39 @3.9.9_0+lto+optimizations+universal (active) requested_variants='+universal' platform='darwin 21' archs='arm64 x86_64' date='2021-12-18T09:38:51+0900' || arm64 || `arch -arm64 /opt/local/bin/python3.9 -c 'import subprocess;'` || success || 9 9