From 0859c1f853a4c713902318f23bb3686a15b56ed2 Mon Sep 17 00:00:00 2001 From: TophattedWasTaken <137208851+TophattedWasTaken@users.noreply.github.com> Date: Sun, 26 Jan 2025 12:30:45 -0600 Subject: [PATCH] troubleshooting-mset9: missing pyfatfs troubleshooting --- docs/troubleshooting-mset9.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/troubleshooting-mset9.md b/docs/troubleshooting-mset9.md index 6ff1471343..c55fd68c20 100644 --- a/docs/troubleshooting-mset9.md +++ b/docs/troubleshooting-mset9.md @@ -10,6 +10,16 @@ Python is not installed on the computer you are using. Download it from the [Pyt ::: +::: details ModuleNotFoundError: No module named 'pyfatfs' + +The pyfatfs module, which is needed to use the MSET9 installer on macOS, isn't installed on your computer. + +1. Open a separate Terminal window +1. Type `python3 -m pip install pyfatfs`, then press Enter +1. Start again from [Section I Step 3](installing-boot9strap-(mset9-cli)#section-i---prep-work) + +::: + ::: details HOME Menu extdata: Missing! Please power on your console with your SD inserted, then check the MSET9 status again.