#67902 closed defect (fixed)

speedtest-cli @2.1.3: Failed to execute process

Reported by: p3k (Tobi Schäfer) Owned by: kurthindenburg (Kurt Hindenburg)
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: Cc: ryandesign (Ryan Carsten Schmidt)
Port: speedtest-cli

Description

$ speedtest
exec: Failed to execute process '/opt/local/bin/speedtest': The file specified the interpreter '/opt/local/Library/Frameworks/Python.framework/Versions/3.10/bin/python3.10', which is not an executable command.

I have Python 3.11 installed with MacPorts:

$ port list python311
python311                      @3.11.4         lang/python311

Change History (3)

comment:1 Changed 10 months ago by p3k (Tobi Schäfer)

If I additionally install Python 3.10 it works:

$ sudo port install python310
…
$ speedtest --version
speedtest-cli 2.1.3
Python 3.10.12 (main, Jun 10 2023, 11:08:02) [Clang 11.0.3 (clang-1103.0.32.62)]

comment:2 Changed 10 months ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign added

When the port was switched from python310 to 311 it was forgotten to increase its revision.

Note, by the way, that port list tells you what is available, not what is installed. (port installed tells you what is installed.)

comment:3 Changed 10 months ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

In e401f8b5a2746807bab42609de110c1f56be0dc5/macports-ports (master):

speedtest-cli: Revbump to rebuild with python311

Closes: #67902

Note: See TracTickets for help on using tickets.