[MacPorts] #61282: python39 @3.9.0+universal does not work
MacPorts
noreply at macports.org
Fri Dec 18 13:37:20 UTC 2020
#61282: python39 @3.9.0+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 |
-------------------------+----------------------
Comment (by ryandesign):
The problem remains with python 3.9.1.
{{{
$ port -vq installed python39
python39 @3.9.1_0+universal (active) platform='darwin 17' archs='i386
x86_64' date='2020-12-18T07:33:31-0600'
$ python3.9
Python 3.9.1 (default, Dec 18 2020, 07:27:59)
[Clang 9.1.0 (clang-902.0.39.2)] 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
ModuleNotFoundError: No module named '_posixsubprocess'
>>> ^D
}}}
--
Ticket URL: <https://trac.macports.org/ticket/61282#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list