Positron on a 2024 14" M4 MacBook Pro
Running Mac Sequoia 15.6 with 24GB
Console reports the following:
Python 3.9.0 (Global) failed to start up (exit code 1)
The process exited abnormally (exit status: 1)
Traceback (most recent call last):
File "/Applications/Positron.app/Contents/Resources/app/extensions/positron-python/python_files/posit/positron_language_server.py", line 10, in
from positron.positron_ipkernel import (
File "/Applications/Positron.app/Contents/Resources/app/extensions/positron-python/python_files/posit/positron/positron_ipkernel.py", line 18, in
import psutil
File "/Applications/Positron.app/Contents/Resources/app/extensions/positron-python/python_files/lib/ipykernel/arm64/cp3/psutil/init.py", line 116, in
from . import _psosx as _psplatform
File "/Applications/Positron.app/Contents/Resources/app/extensions/positron-python/python_files/lib/ipykernel/arm64/cp3/psutil/_psosx.py", line 13, in
from . import _psposix
File "/Applications/Positron.app/Contents/Resources/app/extensions/positron-python/python_files/lib/ipykernel/arm64/cp3/psutil/_psposix.py", line 21, in
from . import _psutil_osx
ImportError: dlopen(/Applications/Positron.app/Contents/Resources/app/extensions/positron-python/python_files/lib/ipykernel/arm64/cp3/psutil/_psutil_osx.abi3.so, 0x0002): tried: '/Applications/Positron.app/Contents/Resources/app/extensions/positron-python/python_files/lib/ipykernel/arm64/cp3/psutil/_psutil_osx.abi3.so' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64')), '/System/Volumes/Preboot/Cryptexes/OS/Applications/Positron.app/Contents/Resources/app/extensions/positron-python/python_files/lib/ipykernel/arm64/cp3/psutil/_psutil_osx.abi3.so' (no such file), '/Applications/Positron.app/Contents/Resources/app/extensions/positron-python/python_files/lib/ipykernel/arm64/cp3/psutil/_psutil_osx.abi3.so' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64'))
Log file shows the following:
2025-08-07 11:40:27.367 [info] ** Begin kernel log for session Python 3.9.0 (Global) (python-77a5e3bc) at 8/7/2025, 11:40:27 AM **
Streaming kernel log file: /var/folders/nd/2zpsrqlj7tbghpf91g560r_m0000gn/T/kernel-YLSrFN/kernel.log
Other Observations
Python 3.9 executes without error when launched from the terminal
python3.9
John@mac ~ % python3.9
Python 3.9.0 (v3.9.0:9cf6752276, Oct 5 2020, 11:29:23)
[Clang 6.0 (clang-600.0.57)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
- R kernel 4.5.1 continues to work just fine, no issue here.
- Uninstall & reinstalling all Positron Python extensions failed to resolve the issue.
- Uninstalling & reinstalling Positron failed to resolve the problem.
Positron appears to leave vestiges upon deletion.
Hence Positron did not return to its origional conditions with an operating Python kernel. - No uninstaller found within the Positron package contents for a more complete deletion.