[MacPorts] #61282: python39 @3.9.0, python38 @3.8.7: +universal does not work
MacPorts
noreply at macports.org
Mon Jan 11 06:59:26 UTC 2021
#61282: python39 @3.9.0, python38 @3.8.7: +universal does not work
---------------------------------+----------------------
Reporter: ryandesign | Owner: jmroot
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.6.99
Resolution: | Keywords:
Port: python39, python38 |
---------------------------------+----------------------
Comment (by kencu):
Ah -- but the i386 build is broken:
{{{
$ arch -i386 python3.9
Python 3.9.1 (default, Jan 10 2021, 18:21:38)
[Clang 9.0.1 ] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import subprocess
Traceback (most recent call last):
File
"/opt/local/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py",
line 73, in <module>
import msvcrt
ModuleNotFoundError: No module named 'msvcrt'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File
"/opt/local/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py",
line 78, in <module>
import _posixsubprocess
ImportError: dynamic module does not define module export function
(PyInit__posixsubprocess)
>>> ^D
}}}
--
Ticket URL: <https://trac.macports.org/ticket/61282#comment:6>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list