Mac Does not recognize

Please tell us which board you are using.
For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
JoshuaCW2102
 
Posts: 3
Joined: Thu Apr 08, 2021 8:22 pm

Mac Does not recognize

Post by JoshuaCW2102 »

Hi everyone, I've been trying for days. Mu Editor still shows that there is no compatible device. But when I go to System Reports, it lists the board info there. I've attempted multiple boards, and cables. I've tried downloading multiple software systems. I can not get it to enter into BootLoader mode so I can upload code. Please help!! Here is some troubleshooting code I cam across:

2022-05-28 14:56:26,784 - mu.logic:1549(change_mode) INFO: Workspace directory: /Users/JoshuaClifford/mu_code
2022-05-28 14:56:26,966 - mu.logic:962(restore_session) INFO: Starting with blank file.
2022-05-28 15:08:11,181 - mu.modes.base:61(get_default_workspace) INFO: Using workspace /Users/JoshuaClifford/mu_code from settings file
2022-05-28 15:08:11,182 - mu.logic:1134(get_dialog_directory) INFO: Using path for file dialog: /Users/JoshuaClifford/mu_code
2022-05-28 15:08:24,782 - mu.interface.main:412(get_load_path) DEBUG: Getting load path:
2022-05-28 15:08:53,651 - mu.logic:1496(select_mode) INFO: Showing available modes: ['python', 'circuitpython', 'microbit', 'esp', 'web', 'pyboard', 'debugger', 'pygamezero', 'lego', 'pico']
2022-05-28 15:09:06,251 - mu.logic:1416(show_admin) INFO: Showing admin with logs from /Users/JoshuaClifford/Library/Logs/mu/mu.log
2022-05-28 15:09:06,251 - mu.virtual_environment:922(installed_packages) INFO: Discovering installed third party modules in venv.
2022-05-28 15:09:06,255 - mu.virtual_environment:114(run_blocking) INFO: About to run blocking /Users/JoshuaClifford/Library/Application Support/mu/mu_venv-38-20220508-184053/bin/pip with args ['list', '--disable-pip-version-check'] and envvars {}
2022-05-28 15:09:07,241 - mu.virtual_environment:164(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2022-05-28 15:09:07,241 - mu.virtual_environment:249(run) DEBUG: Process output: Package Version
----------------- -------
appnope 0.1.2
asttokens 2.0.5
backcall 0.2.0
bitstring 3.1.9
black 22.1.0
cffi 1.15.0
click 8.0.4
decorator 5.1.1
ecdsa 0.17.0
entrypoints 0.4
esptool 3.2
executing 0.8.2
Flask 2.0.3
ipykernel 5.5.6
ipython 8.0.1
ipython-genutils 0.2.0
itsdangerous 2.1.0
Jinja2 3.0.3
jupyter-client 7.1.2
jupyter-core 4.9.2
MarkupSafe 2.1.0
matplotlib-inline 0.1.3
mypy-extensions 0.4.3
nest-asyncio 1.5.4
numpy 1.22.2
parso 0.8.3
pathspec 0.9.0
pexpect 4.8.0
pgzero 1.2.1
pickleshare 0.7.5
pip 22.0.3
platformdirs 2.5.1
prompt-toolkit 3.0.28
ptyprocess 0.7.0
pure-eval 0.2.2
pycparser 2.21
pygame 2.1.2
Pygments 2.11.2
pyserial 3.5
python-dateutil 2.8.2
pyzmq 22.3.0
reedsolo 1.5.4
setuptools 60.9.3
six 1.16.0
stack-data 0.2.0
tomli 2.0.1
tornado 6.1
traitlets 5.1.1
typing_extensions 4.1.1
wcwidth 0.2.5
Werkzeug 2.0.3
wheel 0.37.1
2022-05-28 15:09:07,242 - mu.virtual_environment:931(installed_packages) INFO: []
2022-05-28 15:12:34,906 - mu.logic:1496(select_mode) INFO: Showing available modes: ['python', 'circuitpython', 'microbit', 'esp', 'web', 'pyboard', 'debugger', 'pygamezero', 'lego', 'pico']
2022-05-28 15:12:43,517 - mu.logic:1325(check_code) INFO: Checking code.
2022-05-28 15:12:46,769 - mu.interface.main:1033(show_message) DEBUG: Could not find an attached device.
2022-05-28 15:12:46,770 - mu.interface.main:1034(show_message) DEBUG: Please make sure the device is plugged into this computer.

It must have a version of MicroPython (or CircuitPython) flashed onto it before the REPL will work.

Finally, press the device's reset button and wait a few seconds before trying again.
2022-05-28 15:13:08,381 - mu.modes.base:474(toggle_repl) INFO: Toggle REPL on.
2022-05-28 15:18:39,098 - mu.logic:1416(show_admin) INFO: Showing admin with logs from /Users/JoshuaClifford/Library/Logs/mu/mu.log
2022-05-28 15:18:39,099 - mu.virtual_environment:922(installed_packages) INFO: Discovering installed third party modules in venv.
2022-05-28 15:18:39,099 - mu.virtual_environment:114(run_blocking) INFO: About to run blocking /Users/JoshuaClifford/Library/Application Support/mu/mu_venv-38-20220508-184053/bin/pip with args ['list', '--disable-pip-version-check'] and envvars {}
2022-05-28 15:18:40,257 - mu.virtual_environment:164(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2022-05-28 15:18:40,258 - mu.virtual_environment:249(run) DEBUG: Process output: Package Version
----------------- -------
appnope 0.1.2
asttokens 2.0.5
backcall 0.2.0
bitstring 3.1.9
black 22.1.0
cffi 1.15.0
click 8.0.4
decorator 5.1.1
ecdsa 0.17.0
entrypoints 0.4
esptool 3.2
executing 0.8.2
Flask 2.0.3
ipykernel 5.5.6
ipython 8.0.1
ipython-genutils 0.2.0
itsdangerous 2.1.0
Jinja2 3.0.3
jupyter-client 7.1.2
jupyter-core 4.9.2
MarkupSafe 2.1.0
matplotlib-inline 0.1.3
mypy-extensions 0.4.3
nest-asyncio 1.5.4
numpy 1.22.2
parso 0.8.3
pathspec 0.9.0
pexpect 4.8.0
pgzero 1.2.1
pickleshare 0.7.5
pip 22.0.3
platformdirs 2.5.1
prompt-toolkit 3.0.28
ptyprocess 0.7.0
pure-eval 0.2.2
pycparser 2.21
pygame 2.1.2
Pygments 2.11.2
pyserial 3.5
python-dateutil 2.8.2
pyzmq 22.3.0
reedsolo 1.5.4
setuptools 60.9.3
six 1.16.0
stack-data 0.2.0
tomli 2.0.1
tornado 6.1
traitlets 5.1.1
typing_extensions 4.1.1
wcwidth 0.2.5
Werkzeug 2.0.3
wheel 0.37.1
2022-05-28 15:18:40,258 - mu.virtual_environment:931(installed_packages) INFO: []
2022-05-28 15:20:25,120 - mu.logic:1496(select_mode) INFO: Showing available modes: ['python', 'circuitpython', 'microbit', 'esp', 'web', 'pyboard', 'debugger', 'pygamezero', 'lego', 'pico']
2022-05-28 15:30:17,045 - mu.settings:169(save) DEBUG: Saving to /Users/JoshuaClifford/Library/Application Support/mu/session.json
2022-05-28 15:30:17,047 - mu.logic:1407(quit) INFO: Quitting.


2022-05-28 15:30:17,047 - mu.settings:169(save) DEBUG: Saving to /Users/JoshuaClifford/Library/Application Support/mu/session.json
2022-05-28 15:30:17,049 - mu.settings:169(save) DEBUG: Saving to /Users/JoshuaClifford/Library/Application Support/mu/venv.json
2022-05-28 16:35:35,813 - root:269(run) INFO:

-----------------

Starting Mu 1.1.1
2022-05-28 16:35:35,813 - root:270(run) INFO: uname_result(system='Darwin', node='Joshuas-MacBook-Pro-2.local', release='19.6.0', version='Darwin Kernel Version 19.6.0: Tue Feb 15 21:39:11 PST 2022; root:xnu-6153.141.59~1/RELEASE_X86_64', machine='x86_64', processor='i386')
2022-05-28 16:35:35,827 - root:271(run) INFO: Platform: macOS-10.15.7-x86_64-i386-64bit
2022-05-28 16:35:35,828 - root:272(run) INFO: Python path: ['/', '/Applications/Mu Editor.app/Contents/Resources/Python/lib/python38.zip', '/Applications/Mu Editor.app/Contents/Resources/Python/lib/python3.8', '/Applications/Mu Editor.app/Contents/Resources/Python/lib/python3.8/lib-dynload', '/Applications/Mu Editor.app/Contents/Resources/Python/lib/python3.8/site-packages', '/Applications/Mu Editor.app/Contents/Resources/Python/lib/python3.8/site-packages/setuptools-57.4.0-py3.8.egg', '/Applications/Mu Editor.app/Contents/Resources/Python/lib/python3.8/site-packages/pip-21.1.3-py3.8.egg']
2022-05-28 16:35:35,828 - root:273(run) INFO: Language code: en_US
2022-05-28 16:35:35,828 - mu.settings:220(load) WARNING: No settings file found at /Users/JoshuaClifford/Library/Application Support/mu/settings.json; skipping
2022-05-28 16:35:36,439 - mu.virtual_environment:585(ensure_and_create) INFO: Added log handler.
2022-05-28 16:35:36,440 - mu.virtual_environment:596(ensure_and_create) DEBUG: Checking virtual environment; attempt #1.
2022-05-28 16:35:36,446 - mu.virtual_environment:685(ensure_path) INFO: Virtual Environment found at: /Users/JoshuaClifford/Library/Application Support/mu/mu_venv-38-20220508-184053
2022-05-28 16:35:36,446 - mu.virtual_environment:698(ensure_interpreter) INFO: Interpreter found at: /Users/JoshuaClifford/Library/Application Support/mu/mu_venv-38-20220508-184053/bin/python
2022-05-28 16:35:36,447 - mu.virtual_environment:429(run_subprocess) INFO: Running ('/Users/JoshuaClifford/Library/Application Support/mu/mu_venv-38-20220508-184053/bin/python', '-c', 'import sys; print("%s%s" % sys.version_info[:2])') with kwargs {'shell': False}
2022-05-28 16:35:36,766 - mu.virtual_environment:441(run_subprocess) DEBUG: Process returned 0; output: 38
2022-05-28 16:35:36,766 - mu.virtual_environment:730(ensure_interpreter_version) INFO: Both interpreters at version 38
2022-05-28 16:35:36,830 - mu.virtual_environment:759(ensure_pip) INFO: Pip found at: /Users/JoshuaClifford/Library/Application Support/mu/mu_venv-38-20220508-184053/bin/pip
2022-05-28 16:35:36,853 - mu.virtual_environment:742(ensure_key_modules) DEBUG: Verifying import of: pgzero
2022-05-28 16:35:36,860 - mu.virtual_environment:429(run_subprocess) INFO: Running ('/Users/JoshuaClifford/Library/Application Support/mu/mu_venv-38-20220508-184053/bin/python', '-c', 'import pgzero') with kwargs {'shell': False}
2022-05-28 16:35:36,956 - mu.virtual_environment:441(run_subprocess) DEBUG: Process returned 0; output:
2022-05-28 16:35:36,957 - mu.virtual_environment:742(ensure_key_modules) DEBUG: Verifying import of: flask
2022-05-28 16:35:36,957 - mu.virtual_environment:429(run_subprocess) INFO: Running ('/Users/JoshuaClifford/Library/Application Support/mu/mu_venv-38-20220508-184053/bin/python', '-c', 'import flask') with kwargs {'shell': False}
2022-05-28 16:35:37,587 - mu.virtual_environment:441(run_subprocess) DEBUG: Process returned 0; output:
2022-05-28 16:35:37,587 - mu.virtual_environment:742(ensure_key_modules) DEBUG: Verifying import of: ipykernel
2022-05-28 16:35:37,587 - mu.virtual_environment:429(run_subprocess) INFO: Running ('/Users/JoshuaClifford/Library/Application Support/mu/mu_venv-38-20220508-184053/bin/python', '-c', 'import ipykernel') with kwargs {'shell': False}
2022-05-28 16:35:39,360 - mu.virtual_environment:441(run_subprocess) DEBUG: Process returned 0; output:
2022-05-28 16:35:39,360 - mu.virtual_environment:742(ensure_key_modules) DEBUG: Verifying import of: ipython_genutils
2022-05-28 16:35:39,360 - mu.virtual_environment:429(run_subprocess) INFO: Running ('/Users/JoshuaClifford/Library/Application Support/mu/mu_venv-38-20220508-184053/bin/python', '-c', 'import ipython_genutils') with kwargs {'shell': False}
2022-05-28 16:35:39,436 - mu.virtual_environment:441(run_subprocess) DEBUG: Process returned 0; output:
2022-05-28 16:35:39,436 - mu.virtual_environment:742(ensure_key_modules) DEBUG: Verifying import of: esptool
2022-05-28 16:35:39,436 - mu.virtual_environment:429(run_subprocess) INFO: Running ('/Users/JoshuaClifford/Library/Application Support/mu/mu_venv-38-20220508-184053/bin/python', '-c', 'import esptool') with kwargs {'shell': False}
2022-05-28 16:35:39,583 - mu.virtual_environment:441(run_subprocess) DEBUG: Process returned 0; output:
2022-05-28 16:35:39,584 - mu.virtual_environment:628(ensure_and_create) INFO: Valid virtual environment found at /Users/JoshuaClifford/Library/Application Support/mu/mu_venv-38-20220508-184053
2022-05-28 16:35:39,590 - mu.settings:169(save) DEBUG: Saving to /Users/JoshuaClifford/Library/Application Support/mu/venv.json
2022-05-28 16:35:39,665 - mu.logic:768(__init__) INFO: Setting up editor.
2022-05-28 16:35:39,666 - mu.logic:789(__init__) INFO: Log directory: /Users/JoshuaClifford/Library/Logs/mu
2022-05-28 16:35:39,666 - mu.logic:790(__init__) INFO: Data directory: /Users/JoshuaClifford/Library/Application Support/mu
2022-05-28 16:35:39,666 - mu.logic:804(setup) INFO: Available modes: python, circuitpython, microbit, esp, web, pyboard, debugger, pygamezero, lego, pico
2022-05-28 16:35:39,667 - mu.modes.base:61(get_default_workspace) INFO: Using workspace /Users/JoshuaClifford/mu_code from settings file
2022-05-28 16:35:39,758 - mu.modes.base:61(get_default_workspace) INFO: Using workspace /Users/JoshuaClifford/mu_code from settings file
2022-05-28 16:35:39,758 - mu.logic:1549(change_mode) INFO: Workspace directory: /Users/JoshuaClifford/mu_code
2022-05-28 16:35:39,759 - mu.logic:878(restore_session) DEBUG: <SessionSettings from /Users/JoshuaClifford/Library/Application Support/mu/session.json>
2022-05-28 16:35:39,769 - mu.logic:900(restore_session) INFO: Loaded files.
2022-05-28 16:35:39,770 - mu.logic:906(restore_session) INFO: User defined environment variables: {}
2022-05-28 16:35:39,770 - mu.logic:911(restore_session) INFO: Minify scripts on micro:bit? False
2022-05-28 16:35:39,820 - mu.modes.base:61(get_default_workspace) INFO: Using workspace /Users/JoshuaClifford/mu_code from settings file
2022-05-28 16:35:39,892 - mu.interface.main:1033(show_message) DEBUG: Could not find an attached CircuitPython device.
2022-05-28 16:35:39,892 - mu.interface.main:1034(show_message) DEBUG: Python files for CircuitPython devices are stored on the device. Therefore, to edit these files you need to have the device plugged in. Until you plug in a device, Mu will use the directory found here:

/Users/JoshuaClifford/mu_code

...to store your code.
2022-05-28 16:35:52,885 - mu.logic:1549(change_mode) INFO: Workspace directory: /Users/JoshuaClifford/mu_code
2022-05-28 16:35:53,028 - mu.logic:962(restore_session) INFO: Starting with blank file.
2022-05-28 16:35:55,244 - mu.modes.base:61(get_default_workspace) INFO: Using workspace /Users/JoshuaClifford/mu_code from settings file
2022-05-28 16:35:55,244 - mu.logic:1134(get_dialog_directory) INFO: Using path for file dialog: /Users/JoshuaClifford/mu_code
2022-05-28 16:36:25,127 - mu.interface.main:412(get_load_path) DEBUG: Getting load path:
2022-05-28 16:36:26,004 - mu.logic:1416(show_admin) INFO: Showing admin with logs from /Users/JoshuaClifford/Library/Logs/mu/mu.log
2022-05-28 16:36:26,004 - mu.virtual_environment:922(installed_packages) INFO: Discovering installed third party modules in venv.
2022-05-28 16:36:26,005 - mu.virtual_environment:114(run_blocking) INFO: About to run blocking /Users/JoshuaClifford/Library/Application Support/mu/mu_venv-38-20220508-184053/bin/pip with args ['list', '--disable-pip-version-check'] and envvars {}
2022-05-28 16:36:26,900 - mu.virtual_environment:164(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2022-05-28 16:36:26,900 - mu.virtual_environment:249(run) DEBUG: Process output: Package Version
----------------- -------
appnope 0.1.2
asttokens 2.0.5
backcall 0.2.0
bitstring 3.1.9
black 22.1.0
cffi 1.15.0
click 8.0.4
decorator 5.1.1
ecdsa 0.17.0
entrypoints 0.4
esptool 3.2
executing 0.8.2
Flask 2.0.3
ipykernel 5.5.6
ipython 8.0.1
ipython-genutils 0.2.0
itsdangerous 2.1.0
Jinja2 3.0.3
jupyter-client 7.1.2
jupyter-core 4.9.2
MarkupSafe 2.1.0
matplotlib-inline 0.1.3
mypy-extensions 0.4.3
nest-asyncio 1.5.4
numpy 1.22.2
parso 0.8.3
pathspec 0.9.0
pexpect 4.8.0
pgzero 1.2.1
pickleshare 0.7.5
pip 22.0.3
platformdirs 2.5.1
prompt-toolkit 3.0.28
ptyprocess 0.7.0
pure-eval 0.2.2
pycparser 2.21
pygame 2.1.2
Pygments 2.11.2
pyserial 3.5
python-dateutil 2.8.2
pyzmq 22.3.0
reedsolo 1.5.4
setuptools 60.9.3
six 1.16.0
stack-data 0.2.0
tomli 2.0.1
tornado 6.1
traitlets 5.1.1
typing_extensions 4.1.1
wcwidth 0.2.5
Werkzeug 2.0.3
wheel 0.37.1
2022-05-28 16:36:26,901 - mu.virtual_environment:931(installed_packages) INFO: []

User avatar
blnkjns
 
Posts: 963
Joined: Fri Oct 02, 2020 3:33 am

Re: Mac Does not recognize

Post by blnkjns »

What board?
Did you try Thonny? I find that easier to use on a Mac than Mu.
https://thonny.org/

User avatar
freddyboomboom
 
Posts: 267
Joined: Wed Feb 16, 2022 7:55 pm

Re: Mac Does not recognize

Post by freddyboomboom »

What board are you using?

Locked
Please be positive and constructive with your questions and comments.

Return to “Itsy Bitsy Boards”