Flasher Error "No module named 'meshtastic.radioconfig_pb2'"

I had the flasher working properly up until today. I hadn’t changed anything in how it was set up or any of my files. After trying to start it today, I received the error: > Traceback (most recent call last):

File “/Library/Frameworks/Python.framework/Versions/3.10/bin/meshtastic-flasher”, line 5, in
from meshtastic_flasher.main import main
File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/meshtastic_flasher/main.py”, line 11, in
import meshtastic_flasher.form
File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/meshtastic_flasher/form.py”, line 31, in
from meshtastic_flasher.settings import Settings
File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/meshtastic_flasher/settings.py”, line 11, in
from meshtastic_flasher.position_form import PositionForm
File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/meshtastic_flasher/position_form.py”, line 9, in
import meshtastic.radioconfig_pb2
ModuleNotFoundError: No module named ‘meshtastic.radioconfig_pb2’

After reading on some discourse, I saw that Garth suggested to update the flasher using the command: “pip install --upgrade meshtastic -pre”
However after doing so, I was receiving the same error.