Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MacOS keyboard layout US-Intl erases all quotes (single, double) in ESP REPL #2490

Open
QuaxEros opened this issue Jan 5, 2024 · 0 comments

Comments

@QuaxEros
Copy link

QuaxEros commented Jan 5, 2024

What were you trying to do?

Trying to work/type commands in REPL on ESP8266

What steps did you take to trigger the issue?

My usual KB Layout is US-Intl. Typing in the REPL erases all quotes( ', " ), even if i put 6,7,8 of them. Changing the layout (in anything else) resolves the problem. No restart of Mu or system required. Changing back to US-Intl brings back the problem. Quotes get erased at the third keystroke (quote,space,letter OR when letter does not take an accent: quote,letter,letter OR second keystroke after a whole series of quotes).

What did you expect to happen?

US-Intl works for REPL in other IDEs. I expected quotes to work.

What actually happened?

All typed quotes vanish after 2 keystrokes from REPL input. They are erased and the typed command is not updated (one letter takes place of quote but the other letters don't shift forward and update only reflected after one more keystroke.
The layout does not cause problems in the editor window.

Operating System Version

MacOS 10.15.7, MacBookPro 2012, US Keyboard

Mu Version

Mu 1.2.0 (fresh install)

Other Info

Tried to find workaround by typing just the quotes and inserting letters later or other way around, no luck.
Just found out that i can copy/paste directly from editor to REPL. That works fine.
Python3 REPL does NOT present the issue.
Thanx for Your great work!!

Editor Log

2024-01-05 02:15:55,115 - root:283(run) INFO: 

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

Starting Mu 1.2.0
2024-01-05 02:15:55,115 - root:284(run) INFO: uname_result(system='Darwin', node='mbp-o.home', release='19.6.0', version='Darwin Kernel Version 19.6.0: Tue Jun 21 21:18:39 PDT 2022; root:xnu-6153.141.66~1/RELEASE_X86_64', machine='x86_64', processor='i386')
2024-01-05 02:15:55,127 - root:285(run) INFO: Platform: macOS-10.15.7-x86_64-i386-64bit
2024-01-05 02:15:55,127 - root:286(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']
2024-01-05 02:15:55,128 - root:287(run) INFO: Language code: en_US
2024-01-05 02:15:55,128 - mu.settings:220(load) WARNING: No settings file found at /Users/olove/Library/Application Support/mu/settings.json; skipping
2024-01-05 02:15:55,129 - mu.settings:220(load) WARNING: No settings file found at /Users/olove/Library/Application Support/mu/session.json; skipping
2024-01-05 02:15:55,733 - mu.virtual_environment:619(ensure_and_create) INFO: Added log handler.
2024-01-05 02:15:55,734 - mu.virtual_environment:630(ensure_and_create) DEBUG: Checking virtual environment; attempt #1.
2024-01-05 02:15:55,735 - mu.virtual_environment:837(create_venv) INFO: Creating virtualenv: /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553
2024-01-05 02:15:55,735 - mu.virtual_environment:838(create_venv) INFO: Virtualenv name: mu_venv-38-20240105-021553
2024-01-05 02:15:55,735 - mu.virtual_environment:463(run_subprocess) INFO: Running ('/Applications/Mu Editor.app/Contents/MacOS/../Resources/Python/bin/Mu Editor', '-I', '-m', 'virtualenv', '-p', '/Applications/Mu Editor.app/Contents/MacOS/../Resources/Python/bin/Mu Editor', '-q', '--symlinks', '/Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553') with kwargs {'env': {'USER': 'olove', 'COMMAND_MODE': 'unix2003', 'DISPLAY': '/private/tmp/com.apple.launchd.W5UUllmdfs/org.xquartz:0', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LOGNAME': 'olove', 'SSH_AUTH_SOCK': '/private/tmp/com.apple.launchd.PtbhfTGHAL/Listeners', 'HOME': '/Users/olove', 'SHELL': '/bin/zsh', 'TMPDIR': '/var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/', '__CF_USER_TEXT_ENCODING': '0x1F5:0x0:0x0', 'XPC_SERVICE_NAME': 'com.apple.xpc.launchd.oneshot.0x1000000f.Mu Editor', 'XPC_FLAGS': '0x0', 'TCL_LIBRARY': '/Applications/Mu Editor.app/Contents/MacOS/../Resources/Python/lib/tcl8.6', 'LC_CTYPE': 'UTF-8', 'QT_API': 'pyqt5', 'QT_AUTO_SCREEN_SCALE_FACTOR': '1', 'QT_MAC_WANTS_LAYER': '1'}}
2024-01-05 02:15:57,614 - mu.virtual_environment:475(run_subprocess) DEBUG: Process returned 0; output: No output received.
2024-01-05 02:15:57,614 - mu.virtual_environment:857(create_venv) INFO: Created virtual environment using /Applications/Mu Editor.app/Contents/MacOS/../Resources/Python/bin/Mu Editor at /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553
2024-01-05 02:15:57,621 - mu.virtual_environment:934(install_baseline_packages) INFO: Installing baseline packages.
2024-01-05 02:15:57,640 - mu.virtual_environment:139(run_blocking) INFO: About to run blocking /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/bin/pip with args ['--version', '--disable-pip-version-check'] and envvars {}
2024-01-05 02:16:00,890 - mu.virtual_environment:189(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2024-01-05 02:16:00,891 - mu.virtual_environment:274(run) DEBUG: Process output: pip 22.3.1 from /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/lib/python3.8/site-packages/pip (python 3.8)
2024-01-05 02:16:00,891 - mu.virtual_environment:935(install_baseline_packages) INFO: pip version: pip 22.3.1 from /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/lib/python3.8/site-packages/pip (python 3.8)
2024-01-05 02:16:00,895 - mu.virtual_environment:942(install_baseline_packages) INFO: Expecting zipped wheels at /Applications/Mu Editor.app/Contents/Resources/Python/lib/python3.8/site-packages/mu/wheels/1.2.0.zip
2024-01-05 02:16:02,256 - mu.virtual_environment:916(install_from_zipped_wheels) INFO: About to install from wheel: traitlets-5.5.0-py3-none-any.whl
2024-01-05 02:16:02,414 - mu.virtual_environment:139(run_blocking) INFO: About to run blocking /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/bin/pip with args ['install', '--disable-pip-version-check', '--no-deps', '--no-index', '/var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/traitlets-5.5.0-py3-none-any.whl'] and envvars {}
2024-01-05 02:16:07,797 - mu.virtual_environment:189(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2024-01-05 02:16:07,798 - mu.virtual_environment:274(run) DEBUG: Process output: Processing /var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/traitlets-5.5.0-py3-none-any.whl
Installing collected packages: traitlets
Successfully installed traitlets-5.5.0
2024-01-05 02:16:07,798 - mu.virtual_environment:916(install_from_zipped_wheels) INFO: About to install from wheel: stack_data-0.6.1-py3-none-any.whl
2024-01-05 02:16:07,808 - mu.virtual_environment:139(run_blocking) INFO: About to run blocking /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/bin/pip with args ['install', '--disable-pip-version-check', '--no-deps', '--no-index', '/var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/stack_data-0.6.1-py3-none-any.whl'] and envvars {}
2024-01-05 02:16:09,151 - mu.virtual_environment:189(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2024-01-05 02:16:09,152 - mu.virtual_environment:274(run) DEBUG: Process output: Processing /var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/stack_data-0.6.1-py3-none-any.whl
Installing collected packages: stack-data
Successfully installed stack-data-0.6.1
2024-01-05 02:16:09,152 - mu.virtual_environment:916(install_from_zipped_wheels) INFO: About to install from wheel: ipykernel-5.5.6-py3-none-any.whl
2024-01-05 02:16:09,157 - mu.virtual_environment:139(run_blocking) INFO: About to run blocking /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/bin/pip with args ['install', '--disable-pip-version-check', '--no-deps', '--no-index', '/var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/ipykernel-5.5.6-py3-none-any.whl'] and envvars {}
2024-01-05 02:16:10,532 - mu.virtual_environment:189(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2024-01-05 02:16:10,532 - mu.virtual_environment:274(run) DEBUG: Process output: Processing /var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/ipykernel-5.5.6-py3-none-any.whl
Installing collected packages: ipykernel
Successfully installed ipykernel-5.5.6
2024-01-05 02:16:10,533 - mu.virtual_environment:916(install_from_zipped_wheels) INFO: About to install from wheel: numpy-1.23.4-cp38-cp38-macosx_10_9_x86_64.whl
2024-01-05 02:16:10,537 - mu.virtual_environment:139(run_blocking) INFO: About to run blocking /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/bin/pip with args ['install', '--disable-pip-version-check', '--no-deps', '--no-index', '/var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/numpy-1.23.4-cp38-cp38-macosx_10_9_x86_64.whl'] and envvars {}
2024-01-05 02:16:16,834 - mu.virtual_environment:189(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2024-01-05 02:16:16,834 - mu.virtual_environment:274(run) DEBUG: Process output: Processing /var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/numpy-1.23.4-cp38-cp38-macosx_10_9_x86_64.whl
Installing collected packages: numpy
Successfully installed numpy-1.23.4
2024-01-05 02:16:16,835 - mu.virtual_environment:916(install_from_zipped_wheels) INFO: About to install from wheel: pickleshare-0.7.5-py2.py3-none-any.whl
2024-01-05 02:16:16,839 - mu.virtual_environment:139(run_blocking) INFO: About to run blocking /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/bin/pip with args ['install', '--disable-pip-version-check', '--no-deps', '--no-index', '/var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/pickleshare-0.7.5-py2.py3-none-any.whl'] and envvars {}
2024-01-05 02:16:17,661 - mu.virtual_environment:189(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2024-01-05 02:16:17,661 - mu.virtual_environment:274(run) DEBUG: Process output: Processing /var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/pickleshare-0.7.5-py2.py3-none-any.whl
Installing collected packages: pickleshare
Successfully installed pickleshare-0.7.5
2024-01-05 02:16:17,661 - mu.virtual_environment:916(install_from_zipped_wheels) INFO: About to install from wheel: itsdangerous-2.1.2-py3-none-any.whl
2024-01-05 02:16:17,666 - mu.virtual_environment:139(run_blocking) INFO: About to run blocking /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/bin/pip with args ['install', '--disable-pip-version-check', '--no-deps', '--no-index', '/var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/itsdangerous-2.1.2-py3-none-any.whl'] and envvars {}
2024-01-05 02:16:18,724 - mu.virtual_environment:189(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2024-01-05 02:16:18,724 - mu.virtual_environment:274(run) DEBUG: Process output: Processing /var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/itsdangerous-2.1.2-py3-none-any.whl
Installing collected packages: itsdangerous
Successfully installed itsdangerous-2.1.2
2024-01-05 02:16:18,724 - mu.virtual_environment:916(install_from_zipped_wheels) INFO: About to install from wheel: asttokens-2.1.0-py2.py3-none-any.whl
2024-01-05 02:16:18,729 - mu.virtual_environment:139(run_blocking) INFO: About to run blocking /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/bin/pip with args ['install', '--disable-pip-version-check', '--no-deps', '--no-index', '/var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/asttokens-2.1.0-py2.py3-none-any.whl'] and envvars {}
2024-01-05 02:16:19,918 - mu.virtual_environment:189(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2024-01-05 02:16:19,919 - mu.virtual_environment:274(run) DEBUG: Process output: Processing /var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/asttokens-2.1.0-py2.py3-none-any.whl
Installing collected packages: asttokens
Successfully installed asttokens-2.1.0
2024-01-05 02:16:19,919 - mu.virtual_environment:916(install_from_zipped_wheels) INFO: About to install from wheel: ptyprocess-0.7.0-py2.py3-none-any.whl
2024-01-05 02:16:19,925 - mu.virtual_environment:139(run_blocking) INFO: About to run blocking /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/bin/pip with args ['install', '--disable-pip-version-check', '--no-deps', '--no-index', '/var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/ptyprocess-0.7.0-py2.py3-none-any.whl'] and envvars {}
2024-01-05 02:16:21,350 - mu.virtual_environment:189(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2024-01-05 02:16:21,350 - mu.virtual_environment:274(run) DEBUG: Process output: Processing /var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/ptyprocess-0.7.0-py2.py3-none-any.whl
Installing collected packages: ptyprocess
Successfully installed ptyprocess-0.7.0
2024-01-05 02:16:21,350 - mu.virtual_environment:916(install_from_zipped_wheels) INFO: About to install from wheel: nest_asyncio-1.5.6-py3-none-any.whl
2024-01-05 02:16:21,354 - mu.virtual_environment:139(run_blocking) INFO: About to run blocking /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/bin/pip with args ['install', '--disable-pip-version-check', '--no-deps', '--no-index', '/var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/nest_asyncio-1.5.6-py3-none-any.whl'] and envvars {}
2024-01-05 02:16:22,940 - mu.virtual_environment:189(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2024-01-05 02:16:22,940 - mu.virtual_environment:274(run) DEBUG: Process output: Processing /var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/nest_asyncio-1.5.6-py3-none-any.whl
Installing collected packages: nest-asyncio
Successfully installed nest-asyncio-1.5.6
2024-01-05 02:16:22,941 - mu.virtual_environment:916(install_from_zipped_wheels) INFO: About to install from wheel: Pygments-2.13.0-py3-none-any.whl
2024-01-05 02:16:22,947 - mu.virtual_environment:139(run_blocking) INFO: About to run blocking /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/bin/pip with args ['install', '--disable-pip-version-check', '--no-deps', '--no-index', '/var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/Pygments-2.13.0-py3-none-any.whl'] and envvars {}
2024-01-05 02:16:26,577 - mu.virtual_environment:189(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2024-01-05 02:16:26,577 - mu.virtual_environment:274(run) DEBUG: Process output: Processing /var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/Pygments-2.13.0-py3-none-any.whl
Installing collected packages: Pygments
Successfully installed Pygments-2.13.0
2024-01-05 02:16:26,577 - mu.virtual_environment:916(install_from_zipped_wheels) INFO: About to install from wheel: click-8.1.3-py3-none-any.whl
2024-01-05 02:16:26,582 - mu.virtual_environment:139(run_blocking) INFO: About to run blocking /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/bin/pip with args ['install', '--disable-pip-version-check', '--no-deps', '--no-index', '/var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/click-8.1.3-py3-none-any.whl'] and envvars {}
2024-01-05 02:16:40,291 - mu.virtual_environment:189(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2024-01-05 02:16:40,292 - mu.virtual_environment:274(run) DEBUG: Process output: Processing /var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/click-8.1.3-py3-none-any.whl
Installing collected packages: click
Successfully installed click-8.1.3
2024-01-05 02:16:40,292 - mu.virtual_environment:916(install_from_zipped_wheels) INFO: About to install from wheel: pexpect-4.8.0-py2.py3-none-any.whl
2024-01-05 02:16:40,296 - mu.virtual_environment:139(run_blocking) INFO: About to run blocking /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/bin/pip with args ['install', '--disable-pip-version-check', '--no-deps', '--no-index', '/var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/pexpect-4.8.0-py2.py3-none-any.whl'] and envvars {}
2024-01-05 02:16:44,241 - mu.virtual_environment:189(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2024-01-05 02:16:44,241 - mu.virtual_environment:274(run) DEBUG: Process output: Processing /var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/pexpect-4.8.0-py2.py3-none-any.whl
Installing collected packages: pexpect
Successfully installed pexpect-4.8.0
2024-01-05 02:16:44,241 - mu.virtual_environment:916(install_from_zipped_wheels) INFO: About to install from wheel: prompt_toolkit-3.0.32-py3-none-any.whl
2024-01-05 02:16:44,245 - mu.virtual_environment:139(run_blocking) INFO: About to run blocking /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/bin/pip with args ['install', '--disable-pip-version-check', '--no-deps', '--no-index', '/var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/prompt_toolkit-3.0.32-py3-none-any.whl'] and envvars {}
2024-01-05 02:16:47,258 - mu.virtual_environment:189(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2024-01-05 02:16:47,258 - mu.virtual_environment:274(run) DEBUG: Process output: Processing /var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/prompt_toolkit-3.0.32-py3-none-any.whl
Installing collected packages: prompt-toolkit
Successfully installed prompt-toolkit-3.0.32
2024-01-05 02:16:47,259 - mu.virtual_environment:916(install_from_zipped_wheels) INFO: About to install from wheel: pygame-2.1.2-cp38-cp38-macosx_10_9_x86_64.whl
2024-01-05 02:16:47,263 - mu.virtual_environment:139(run_blocking) INFO: About to run blocking /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/bin/pip with args ['install', '--disable-pip-version-check', '--no-deps', '--no-index', '/var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/pygame-2.1.2-cp38-cp38-macosx_10_9_x86_64.whl'] and envvars {}
2024-01-05 02:16:53,238 - mu.virtual_environment:189(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2024-01-05 02:16:53,239 - mu.virtual_environment:274(run) DEBUG: Process output: Processing /var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/pygame-2.1.2-cp38-cp38-macosx_10_9_x86_64.whl
Installing collected packages: pygame
Successfully installed pygame-2.1.2
2024-01-05 02:16:53,239 - mu.virtual_environment:916(install_from_zipped_wheels) INFO: About to install from wheel: Werkzeug-2.2.2-py3-none-any.whl
2024-01-05 02:16:53,243 - mu.virtual_environment:139(run_blocking) INFO: About to run blocking /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/bin/pip with args ['install', '--disable-pip-version-check', '--no-deps', '--no-index', '/var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/Werkzeug-2.2.2-py3-none-any.whl'] and envvars {}
2024-01-05 02:16:55,389 - mu.virtual_environment:189(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2024-01-05 02:16:55,390 - mu.virtual_environment:274(run) DEBUG: Process output: Processing /var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/Werkzeug-2.2.2-py3-none-any.whl
Installing collected packages: Werkzeug
Successfully installed Werkzeug-2.2.2
2024-01-05 02:16:55,390 - mu.virtual_environment:916(install_from_zipped_wheels) INFO: About to install from wheel: executing-1.2.0-py2.py3-none-any.whl
2024-01-05 02:16:55,390 - mu.virtual_environment:139(run_blocking) INFO: About to run blocking /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/bin/pip with args ['install', '--disable-pip-version-check', '--no-deps', '--no-index', '/var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/executing-1.2.0-py2.py3-none-any.whl'] and envvars {}
2024-01-05 02:17:00,275 - mu.virtual_environment:189(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2024-01-05 02:17:00,276 - mu.virtual_environment:274(run) DEBUG: Process output: Processing /var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/executing-1.2.0-py2.py3-none-any.whl
Installing collected packages: executing
Successfully installed executing-1.2.0
2024-01-05 02:17:00,276 - mu.virtual_environment:916(install_from_zipped_wheels) INFO: About to install from wheel: platformdirs-2.5.4-py3-none-any.whl
2024-01-05 02:17:00,280 - mu.virtual_environment:139(run_blocking) INFO: About to run blocking /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/bin/pip with args ['install', '--disable-pip-version-check', '--no-deps', '--no-index', '/var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/platformdirs-2.5.4-py3-none-any.whl'] and envvars {}
2024-01-05 02:17:01,930 - mu.virtual_environment:189(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2024-01-05 02:17:01,931 - mu.virtual_environment:274(run) DEBUG: Process output: Processing /var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/platformdirs-2.5.4-py3-none-any.whl
Installing collected packages: platformdirs
Successfully installed platformdirs-2.5.4
2024-01-05 02:17:01,931 - mu.virtual_environment:916(install_from_zipped_wheels) INFO: About to install from wheel: backcall-0.2.0-py2.py3-none-any.whl
2024-01-05 02:17:01,935 - mu.virtual_environment:139(run_blocking) INFO: About to run blocking /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/bin/pip with args ['install', '--disable-pip-version-check', '--no-deps', '--no-index', '/var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/backcall-0.2.0-py2.py3-none-any.whl'] and envvars {}
2024-01-05 02:17:04,013 - mu.virtual_environment:189(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2024-01-05 02:17:04,013 - mu.virtual_environment:274(run) DEBUG: Process output: Processing /var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/backcall-0.2.0-py2.py3-none-any.whl
Installing collected packages: backcall
Successfully installed backcall-0.2.0
2024-01-05 02:17:04,013 - mu.virtual_environment:916(install_from_zipped_wheels) INFO: About to install from wheel: python_dateutil-2.8.2-py2.py3-none-any.whl
2024-01-05 02:17:04,019 - mu.virtual_environment:139(run_blocking) INFO: About to run blocking /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/bin/pip with args ['install', '--disable-pip-version-check', '--no-deps', '--no-index', '/var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/python_dateutil-2.8.2-py2.py3-none-any.whl'] and envvars {}
2024-01-05 02:17:05,766 - mu.virtual_environment:189(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2024-01-05 02:17:05,766 - mu.virtual_environment:274(run) DEBUG: Process output: Processing /var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/python_dateutil-2.8.2-py2.py3-none-any.whl
Installing collected packages: python-dateutil
Successfully installed python-dateutil-2.8.2
2024-01-05 02:17:05,767 - mu.virtual_environment:916(install_from_zipped_wheels) INFO: About to install from wheel: jedi-0.18.1-py2.py3-none-any.whl
2024-01-05 02:17:05,771 - mu.virtual_environment:139(run_blocking) INFO: About to run blocking /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/bin/pip with args ['install', '--disable-pip-version-check', '--no-deps', '--no-index', '/var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/jedi-0.18.1-py2.py3-none-any.whl'] and envvars {}
2024-01-05 02:17:09,682 - mu.virtual_environment:189(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2024-01-05 02:17:09,683 - mu.virtual_environment:274(run) DEBUG: Process output: Processing /var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/jedi-0.18.1-py2.py3-none-any.whl
Installing collected packages: jedi
Successfully installed jedi-0.18.1
2024-01-05 02:17:09,683 - mu.virtual_environment:916(install_from_zipped_wheels) INFO: About to install from wheel: parso-0.8.3-py2.py3-none-any.whl
2024-01-05 02:17:09,688 - mu.virtual_environment:139(run_blocking) INFO: About to run blocking /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/bin/pip with args ['install', '--disable-pip-version-check', '--no-deps', '--no-index', '/var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/parso-0.8.3-py2.py3-none-any.whl'] and envvars {}
2024-01-05 02:17:11,568 - mu.virtual_environment:189(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2024-01-05 02:17:11,568 - mu.virtual_environment:274(run) DEBUG: Process output: Processing /var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/parso-0.8.3-py2.py3-none-any.whl
Installing collected packages: parso
Successfully installed parso-0.8.3
2024-01-05 02:17:11,569 - mu.virtual_environment:916(install_from_zipped_wheels) INFO: About to install from wheel: decorator-5.1.1-py3-none-any.whl
2024-01-05 02:17:11,574 - mu.virtual_environment:139(run_blocking) INFO: About to run blocking /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/bin/pip with args ['install', '--disable-pip-version-check', '--no-deps', '--no-index', '/var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/decorator-5.1.1-py3-none-any.whl'] and envvars {}
2024-01-05 02:17:13,540 - mu.virtual_environment:189(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2024-01-05 02:17:13,541 - mu.virtual_environment:274(run) DEBUG: Process output: Processing /var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/decorator-5.1.1-py3-none-any.whl
Installing collected packages: decorator
Successfully installed decorator-5.1.1
2024-01-05 02:17:13,541 - mu.virtual_environment:916(install_from_zipped_wheels) INFO: About to install from wheel: appnope-0.1.3-py2.py3-none-any.whl
2024-01-05 02:17:13,546 - mu.virtual_environment:139(run_blocking) INFO: About to run blocking /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/bin/pip with args ['install', '--disable-pip-version-check', '--no-deps', '--no-index', '/var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/appnope-0.1.3-py2.py3-none-any.whl'] and envvars {}
2024-01-05 02:17:14,853 - mu.virtual_environment:189(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2024-01-05 02:17:14,854 - mu.virtual_environment:274(run) DEBUG: Process output: Processing /var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/appnope-0.1.3-py2.py3-none-any.whl
Installing collected packages: appnope
Successfully installed appnope-0.1.3
2024-01-05 02:17:14,855 - mu.virtual_environment:916(install_from_zipped_wheels) INFO: About to install from wheel: Jinja2-3.1.2-py3-none-any.whl
2024-01-05 02:17:14,862 - mu.virtual_environment:139(run_blocking) INFO: About to run blocking /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/bin/pip with args ['install', '--disable-pip-version-check', '--no-deps', '--no-index', '/var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/Jinja2-3.1.2-py3-none-any.whl'] and envvars {}
2024-01-05 02:17:16,502 - mu.virtual_environment:189(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2024-01-05 02:17:16,503 - mu.virtual_environment:274(run) DEBUG: Process output: Processing /var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/Jinja2-3.1.2-py3-none-any.whl
Installing collected packages: Jinja2
Successfully installed Jinja2-3.1.2
2024-01-05 02:17:16,503 - mu.virtual_environment:916(install_from_zipped_wheels) INFO: About to install from wheel: pure_eval-0.2.2-py3-none-any.whl
2024-01-05 02:17:16,510 - mu.virtual_environment:139(run_blocking) INFO: About to run blocking /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/bin/pip with args ['install', '--disable-pip-version-check', '--no-deps', '--no-index', '/var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/pure_eval-0.2.2-py3-none-any.whl'] and envvars {}
2024-01-05 02:17:18,716 - mu.virtual_environment:189(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2024-01-05 02:17:18,717 - mu.virtual_environment:274(run) DEBUG: Process output: Processing /var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/pure_eval-0.2.2-py3-none-any.whl
Installing collected packages: pure-eval
Successfully installed pure-eval-0.2.2
2024-01-05 02:17:18,717 - mu.virtual_environment:916(install_from_zipped_wheels) INFO: About to install from wheel: ipython-8.6.0-py3-none-any.whl
2024-01-05 02:17:18,723 - mu.virtual_environment:139(run_blocking) INFO: About to run blocking /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/bin/pip with args ['install', '--disable-pip-version-check', '--no-deps', '--no-index', '/var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/ipython-8.6.0-py3-none-any.whl'] and envvars {}
2024-01-05 02:17:21,197 - mu.virtual_environment:189(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2024-01-05 02:17:21,198 - mu.virtual_environment:274(run) DEBUG: Process output: Processing /var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/ipython-8.6.0-py3-none-any.whl
Installing collected packages: ipython
Successfully installed ipython-8.6.0
2024-01-05 02:17:21,198 - mu.virtual_environment:916(install_from_zipped_wheels) INFO: About to install from wheel: entrypoints-0.4-py3-none-any.whl
2024-01-05 02:17:21,204 - mu.virtual_environment:139(run_blocking) INFO: About to run blocking /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/bin/pip with args ['install', '--disable-pip-version-check', '--no-deps', '--no-index', '/var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/entrypoints-0.4-py3-none-any.whl'] and envvars {}
2024-01-05 02:17:22,855 - mu.virtual_environment:189(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2024-01-05 02:17:22,855 - mu.virtual_environment:274(run) DEBUG: Process output: Processing /var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/entrypoints-0.4-py3-none-any.whl
Installing collected packages: entrypoints
Successfully installed entrypoints-0.4
2024-01-05 02:17:22,856 - mu.virtual_environment:916(install_from_zipped_wheels) INFO: About to install from wheel: jupyter_client-7.4.5-py3-none-any.whl
2024-01-05 02:17:22,861 - mu.virtual_environment:139(run_blocking) INFO: About to run blocking /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/bin/pip with args ['install', '--disable-pip-version-check', '--no-deps', '--no-index', '/var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/jupyter_client-7.4.5-py3-none-any.whl'] and envvars {}
2024-01-05 02:17:24,467 - mu.virtual_environment:189(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2024-01-05 02:17:24,468 - mu.virtual_environment:274(run) DEBUG: Process output: Processing /var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/jupyter_client-7.4.5-py3-none-any.whl
Installing collected packages: jupyter-client
Successfully installed jupyter-client-7.4.5
2024-01-05 02:17:24,468 - mu.virtual_environment:916(install_from_zipped_wheels) INFO: About to install from wheel: pgzero-1.2.1-py3-none-any.whl
2024-01-05 02:17:24,472 - mu.virtual_environment:139(run_blocking) INFO: About to run blocking /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/bin/pip with args ['install', '--disable-pip-version-check', '--no-deps', '--no-index', '/var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/pgzero-1.2.1-py3-none-any.whl'] and envvars {}
2024-01-05 02:17:25,633 - mu.virtual_environment:189(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2024-01-05 02:17:25,633 - mu.virtual_environment:274(run) DEBUG: Process output: Processing /var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/pgzero-1.2.1-py3-none-any.whl
Installing collected packages: pgzero
Successfully installed pgzero-1.2.1
2024-01-05 02:17:25,634 - mu.virtual_environment:916(install_from_zipped_wheels) INFO: About to install from wheel: jupyter_core-5.0.0-py3-none-any.whl
2024-01-05 02:17:25,638 - mu.virtual_environment:139(run_blocking) INFO: About to run blocking /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/bin/pip with args ['install', '--disable-pip-version-check', '--no-deps', '--no-index', '/var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/jupyter_core-5.0.0-py3-none-any.whl'] and envvars {}
2024-01-05 02:17:26,825 - mu.virtual_environment:189(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2024-01-05 02:17:26,825 - mu.virtual_environment:274(run) DEBUG: Process output: Processing /var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/jupyter_core-5.0.0-py3-none-any.whl
Installing collected packages: jupyter-core
Successfully installed jupyter-core-5.0.0
2024-01-05 02:17:26,825 - mu.virtual_environment:916(install_from_zipped_wheels) INFO: About to install from wheel: six-1.16.0-py2.py3-none-any.whl
2024-01-05 02:17:26,829 - mu.virtual_environment:139(run_blocking) INFO: About to run blocking /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/bin/pip with args ['install', '--disable-pip-version-check', '--no-deps', '--no-index', '/var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/six-1.16.0-py2.py3-none-any.whl'] and envvars {}
2024-01-05 02:17:27,794 - mu.virtual_environment:189(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2024-01-05 02:17:27,795 - mu.virtual_environment:274(run) DEBUG: Process output: Processing /var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/six-1.16.0-py2.py3-none-any.whl
Installing collected packages: six
Successfully installed six-1.16.0
2024-01-05 02:17:27,795 - mu.virtual_environment:916(install_from_zipped_wheels) INFO: About to install from wheel: pyzmq-24.0.1-cp38-cp38-macosx_10_9_x86_64.whl
2024-01-05 02:17:27,800 - mu.virtual_environment:139(run_blocking) INFO: About to run blocking /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/bin/pip with args ['install', '--disable-pip-version-check', '--no-deps', '--no-index', '/var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/pyzmq-24.0.1-cp38-cp38-macosx_10_9_x86_64.whl'] and envvars {}
2024-01-05 02:17:29,346 - mu.virtual_environment:189(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2024-01-05 02:17:29,346 - mu.virtual_environment:274(run) DEBUG: Process output: Processing /var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/pyzmq-24.0.1-cp38-cp38-macosx_10_9_x86_64.whl
Installing collected packages: pyzmq
Successfully installed pyzmq-24.0.1
2024-01-05 02:17:29,348 - mu.virtual_environment:916(install_from_zipped_wheels) INFO: About to install from wheel: MarkupSafe-2.1.1-cp38-cp38-macosx_10_9_x86_64.whl
2024-01-05 02:17:29,353 - mu.virtual_environment:139(run_blocking) INFO: About to run blocking /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/bin/pip with args ['install', '--disable-pip-version-check', '--no-deps', '--no-index', '/var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/MarkupSafe-2.1.1-cp38-cp38-macosx_10_9_x86_64.whl'] and envvars {}
2024-01-05 02:17:30,493 - mu.virtual_environment:189(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2024-01-05 02:17:30,494 - mu.virtual_environment:274(run) DEBUG: Process output: Processing /var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/MarkupSafe-2.1.1-cp38-cp38-macosx_10_9_x86_64.whl
Installing collected packages: MarkupSafe
Successfully installed MarkupSafe-2.1.1
2024-01-05 02:17:30,494 - mu.virtual_environment:916(install_from_zipped_wheels) INFO: About to install from wheel: matplotlib_inline-0.1.6-py3-none-any.whl
2024-01-05 02:17:30,498 - mu.virtual_environment:139(run_blocking) INFO: About to run blocking /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/bin/pip with args ['install', '--disable-pip-version-check', '--no-deps', '--no-index', '/var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/matplotlib_inline-0.1.6-py3-none-any.whl'] and envvars {}
2024-01-05 02:17:31,458 - mu.virtual_environment:189(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2024-01-05 02:17:31,459 - mu.virtual_environment:274(run) DEBUG: Process output: Processing /var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/matplotlib_inline-0.1.6-py3-none-any.whl
Installing collected packages: matplotlib-inline
Successfully installed matplotlib-inline-0.1.6
2024-01-05 02:17:31,459 - mu.virtual_environment:916(install_from_zipped_wheels) INFO: About to install from wheel: Flask-2.0.3-py3-none-any.whl
2024-01-05 02:17:31,464 - mu.virtual_environment:139(run_blocking) INFO: About to run blocking /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/bin/pip with args ['install', '--disable-pip-version-check', '--no-deps', '--no-index', '/var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/Flask-2.0.3-py3-none-any.whl'] and envvars {}
2024-01-05 02:17:32,729 - mu.virtual_environment:189(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2024-01-05 02:17:32,729 - mu.virtual_environment:274(run) DEBUG: Process output: Processing /var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/Flask-2.0.3-py3-none-any.whl
Installing collected packages: Flask
Successfully installed Flask-2.0.3
2024-01-05 02:17:32,730 - mu.virtual_environment:916(install_from_zipped_wheels) INFO: About to install from wheel: wcwidth-0.2.5-py2.py3-none-any.whl
2024-01-05 02:17:32,734 - mu.virtual_environment:139(run_blocking) INFO: About to run blocking /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/bin/pip with args ['install', '--disable-pip-version-check', '--no-deps', '--no-index', '/var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/wcwidth-0.2.5-py2.py3-none-any.whl'] and envvars {}
2024-01-05 02:17:33,730 - mu.virtual_environment:189(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2024-01-05 02:17:33,730 - mu.virtual_environment:274(run) DEBUG: Process output: Processing /var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/wcwidth-0.2.5-py2.py3-none-any.whl
Installing collected packages: wcwidth
Successfully installed wcwidth-0.2.5
2024-01-05 02:17:33,730 - mu.virtual_environment:916(install_from_zipped_wheels) INFO: About to install from wheel: ipython_genutils-0.2.0-py2.py3-none-any.whl
2024-01-05 02:17:33,731 - mu.virtual_environment:139(run_blocking) INFO: About to run blocking /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/bin/pip with args ['install', '--disable-pip-version-check', '--no-deps', '--no-index', '/var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/ipython_genutils-0.2.0-py2.py3-none-any.whl'] and envvars {}
2024-01-05 02:17:34,942 - mu.virtual_environment:189(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2024-01-05 02:17:34,943 - mu.virtual_environment:274(run) DEBUG: Process output: Processing /var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/ipython_genutils-0.2.0-py2.py3-none-any.whl
Installing collected packages: ipython-genutils
Successfully installed ipython-genutils-0.2.0
2024-01-05 02:17:34,943 - mu.virtual_environment:916(install_from_zipped_wheels) INFO: About to install from wheel: tornado-6.2-cp37-abi3-macosx_10_9_x86_64.whl
2024-01-05 02:17:34,949 - mu.virtual_environment:139(run_blocking) INFO: About to run blocking /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/bin/pip with args ['install', '--disable-pip-version-check', '--no-deps', '--no-index', '/var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/tornado-6.2-cp37-abi3-macosx_10_9_x86_64.whl'] and envvars {}
2024-01-05 02:17:37,651 - mu.virtual_environment:189(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2024-01-05 02:17:37,651 - mu.virtual_environment:274(run) DEBUG: Process output: Processing /var/folders/6x/7dk6726s60x01csbk5xw_gxc0000gn/T/tmpsbmtv84h/tornado-6.2-cp37-abi3-macosx_10_9_x86_64.whl
Installing collected packages: tornado
Successfully installed tornado-6.2
2024-01-05 02:17:37,662 - mu.virtual_environment:139(run_blocking) INFO: About to run blocking /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/bin/pip with args ['list', '--disable-pip-version-check'] and envvars {}
2024-01-05 02:17:38,670 - mu.virtual_environment:189(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2024-01-05 02:17:38,671 - mu.virtual_environment:274(run) DEBUG: Process output: Package           Version

2024-01-05 03:07:18,638 - mu.virtual_environment:993(installed_packages) INFO: []
2024-01-05 03:09:08,703 - mu.modes.esp:224(toggle_files) INFO: Toggle filesystem off.
2024-01-05 03:12:03,391 - mu.modes.esp:220(toggle_files) INFO: Toggle filesystem on.
2024-01-05 03:12:06,190 - mu.modes.esp:224(toggle_files) INFO: Toggle filesystem off.
2024-01-05 03:12:10,062 - mu.modes.base:112(open) INFO: Connecting to REPL on port: /dev/cu.usbserial-141410
2024-01-05 03:12:10,072 - mu.modes.base:130(open) INFO: Connected to REPL on port: /dev/cu.usbserial-141410
2024-01-05 03:12:10,084 - mu.modes.base:510(add_repl) INFO: Started REPL on port: /dev/cu.usbserial-141410
2024-01-05 03:12:10,084 - mu.modes.base:481(toggle_repl) INFO: Toggle REPL on.
2024-01-05 03:55:15,207 - mu.modes.base:136(close) INFO: Closing connection to REPL on port: /dev/cu.usbserial-141410
2024-01-05 03:55:15,220 - mu.modes.base:478(toggle_repl) INFO: Toggle REPL off.
2024-01-05 03:55:18,805 - mu.modes.esp:220(toggle_files) INFO: Toggle filesystem on.
2024-01-05 03:55:39,374 - mu.interface.panes:784(dropEvent) INFO: Getting 'boot.py' from device. Copying to '/Users/olove/mu_code/boot.py'.
2024-01-05 03:56:10,092 - mu.modes.base:61(get_default_workspace) INFO: Using workspace /Users/olove/mu_code from settings file
2024-01-05 03:56:10,093 - mu.logic:1152(get_dialog_directory) INFO: Using path for file dialog: /Users/olove/mu_code
2024-01-05 03:56:14,210 - mu.interface.main:416(get_load_path) DEBUG: Getting load path: /Users/olove/mu_code/boot.py
2024-01-05 03:56:14,211 - mu.logic:1015(_load) INFO: Loading script from: /Users/olove/mu_code/boot.py
2024-01-05 03:56:14,211 - mu.logic:1043(_load) INFO: Script already open.
2024-01-05 03:56:14,249 - mu.interface.main:1047(show_message) DEBUG: The file "boot.py" is already open.
2024-01-05 03:56:14,249 - mu.interface.main:1048(show_message) DEBUG: None
2024-01-05 03:56:34,866 - mu.interface.panes:827(contextMenuEvent) INFO: Open boot.py internally
2024-01-05 03:56:34,866 - mu.logic:1015(_load) INFO: Loading script from: /Users/olove/mu_code/boot.py
2024-01-05 03:56:34,867 - mu.logic:332(read_and_decode) DEBUG: Trying to decode with utf-8
2024-01-05 03:56:34,867 - mu.logic:335(read_and_decode) INFO: Decoded with utf-8
2024-01-05 03:56:34,867 - mu.logic:348(read_and_decode) DEBUG: Detected newline '\n'
2024-01-05 03:56:34,867 - mu.logic:1114(_load) DEBUG: # This file is executed on every boot (including wake-boot from deepsleep)
#import esp
#esp.osdebug(None)
import os, machine
#os.dupterm(None, 1) # disable REPL on UART(0)
import gc
#import webrepl
#webrepl.start()
gc.collect()

2024-01-05 03:57:14,307 - mu.modes.esp:224(toggle_files) INFO: Toggle filesystem off.
2024-01-05 03:57:15,840 - mu.modes.base:112(open) INFO: Connecting to REPL on port: /dev/cu.usbserial-141410
2024-01-05 03:57:15,848 - mu.modes.base:130(open) INFO: Connected to REPL on port: /dev/cu.usbserial-141410
2024-01-05 03:57:15,857 - mu.modes.base:510(add_repl) INFO: Started REPL on port: /dev/cu.usbserial-141410
2024-01-05 03:57:15,858 - mu.modes.base:481(toggle_repl) INFO: Toggle REPL on.
2024-01-05 04:19:45,777 - mu.modes.base:136(close) INFO: Closing connection to REPL on port: /dev/cu.usbserial-141410
2024-01-05 04:19:45,791 - mu.modes.base:478(toggle_repl) INFO: Toggle REPL off.
2024-01-05 04:19:48,096 - mu.modes.esp:220(toggle_files) INFO: Toggle filesystem on.
2024-01-05 04:20:02,789 - mu.interface.panes:784(dropEvent) INFO: Getting 'boot.py' from device. Copying to '/Users/olove/mu_code/boot.py'.
2024-01-05 04:20:12,326 - mu.interface.panes:827(contextMenuEvent) INFO: Open boot.py internally
2024-01-05 04:20:12,327 - mu.logic:1015(_load) INFO: Loading script from: /Users/olove/mu_code/boot.py
2024-01-05 04:20:12,327 - mu.logic:332(read_and_decode) DEBUG: Trying to decode with utf-8
2024-01-05 04:20:12,327 - mu.logic:335(read_and_decode) INFO: Decoded with utf-8
2024-01-05 04:20:12,327 - mu.logic:348(read_and_decode) DEBUG: Detected newline '\n'
2024-01-05 04:20:12,328 - mu.logic:1114(_load) DEBUG: # This file is executed on every boot (including wake-boot from deepsleep)
#import esp
#esp.osdebug(None)
import os, machine
#os.dupterm(None, 1) # disable REPL on UART(0)
import gc
import webrepl
webrepl.start()
gc.collect()

2024-01-05 04:20:26,115 - mu.logic:1223(save_tab_to_file) INFO: Saving script to: /Users/olove/mu_code/boot.py
2024-01-05 04:20:26,116 - mu.logic:1224(save_tab_to_file) DEBUG: # This file is executed on every boot (including wake-boot from deepsleep)
#import esp
#esp.osdebug(None)
import os, machine
#os.dupterm(None, 1) # disable REPL on UART(0)
import gc
#import webrepl
webrepl.start()
gc.collect()

2024-01-05 04:20:26,118 - mu.logic:1623(autosave) INFO: Autosave detected and saved changes in /Users/olove/mu_code/boot.py.
2024-01-05 04:20:31,115 - mu.logic:1223(save_tab_to_file) INFO: Saving script to: /Users/olove/mu_code/boot.py
2024-01-05 04:20:31,116 - mu.logic:1224(save_tab_to_file) DEBUG: # This file is executed on every boot (including wake-boot from deepsleep)
#import esp
#esp.osdebug(None)
import os, machine
#os.dupterm(None, 1) # disable REPL on UART(0)
import gc
#import webrepl
#webrepl.start()
gc.collect()

2024-01-05 04:20:31,119 - mu.logic:1623(autosave) INFO: Autosave detected and saved changes in /Users/olove/mu_code/boot.py.
2024-01-05 04:20:45,470 - mu.logic:1223(save_tab_to_file) INFO: Saving script to: /Users/olove/mu_code/boot.py
2024-01-05 04:20:45,470 - mu.logic:1224(save_tab_to_file) DEBUG: # This file is executed on every boot (including wake-boot from deepsleep)
#import esp
#esp.osdebug(None)
import os, machine
#os.dupterm(None, 1) # disable REPL on UART(0)
import gc
#import webrepl
#webrepl.start()
gc.collect()

2024-01-05 04:21:09,779 - mu.interface.main:441(get_save_path) DEBUG: Getting save path: 
2024-01-05 04:21:21,611 - mu.logic:1223(save_tab_to_file) INFO: Saving script to: /Users/olove/mu_code/boot.py
2024-01-05 04:21:21,611 - mu.logic:1224(save_tab_to_file) DEBUG: # This file is executed on every boot (including wake-boot from deepsleep)
#import esp
#esp.osdebug(None)
import os, machine
#os.dupterm(None, 1) # disable REPL on UART(0)
import gc
#import webrepl
#webrepl.start()
gc.collect()

2024-01-05 04:21:44,992 - mu.logic:1223(save_tab_to_file) INFO: Saving script to: /Users/olove/mu_code/main.py
2024-01-05 04:21:44,992 - mu.logic:1224(save_tab_to_file) DEBUG: # This is your main script.
import machine, time

time.sleep(3)
print("Starting")

counter = 51
led = machine.Pin(2, machine.Pin.OUT)

while(counter > 0):
    led.off()
    time.sleep(1)
    led.on()
    time.sleep(0.5)
    counter -= 1
    print(counter)

print("Done")

2024-01-05 04:21:59,305 - mu.interface.panes:716(dropEvent) INFO: Copying '/Users/olove/mu_code/boot.py' to device.
2024-01-05 04:22:03,783 - mu.interface.panes:716(dropEvent) INFO: Copying '/Users/olove/mu_code/main.py' to device.
2024-01-05 04:22:29,011 - mu.modes.esp:224(toggle_files) INFO: Toggle filesystem off.
2024-01-05 04:22:51,235 - mu.logic:1439(show_admin) INFO: Showing admin with logs from /Users/olove/Library/Logs/mu/mu.log
2024-01-05 04:22:51,236 - mu.virtual_environment:984(installed_packages) INFO: Discovering installed third party modules in venv.
2024-01-05 04:22:51,236 - mu.virtual_environment:139(run_blocking) INFO: About to run blocking /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/bin/pip with args ['list', '--disable-pip-version-check'] and envvars {}
2024-01-05 04:22:52,311 - mu.virtual_environment:189(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2024-01-05 04:22:52,311 - mu.virtual_environment:274(run) DEBUG: Process output: Package           Version
----------------- -------
appnope           0.1.3
asttokens         2.1.0
backcall          0.2.0
click             8.1.3
decorator         5.1.1
entrypoints       0.4
executing         1.2.0
Flask             2.0.3
ipykernel         5.5.6
ipython           8.6.0
ipython-genutils  0.2.0
itsdangerous      2.1.2
jedi              0.18.1
Jinja2            3.1.2
jupyter_client    7.4.5
jupyter_core      5.0.0
MarkupSafe        2.1.1
matplotlib-inline 0.1.6
nest-asyncio      1.5.6
numpy             1.23.4
parso             0.8.3
pexpect           4.8.0
pgzero            1.2.1
pickleshare       0.7.5
pip               22.3.1
platformdirs      2.5.4
prompt-toolkit    3.0.32
ptyprocess        0.7.0
pure-eval         0.2.2
pygame            2.1.2
Pygments          2.13.0
python-dateutil   2.8.2
pyzmq             24.0.1
setuptools        65.5.1
six               1.16.0
stack-data        0.6.1
tornado           6.2
traitlets         5.5.0
wcwidth           0.2.5
Werkzeug          2.2.2
wheel             0.38.4
2024-01-05 04:22:52,312 - mu.virtual_environment:993(installed_packages) INFO: []
2024-01-05 04:23:04,765 - mu.logic:1502(show_admin) INFO: No admin settings changed.
2024-01-05 04:23:12,563 - mu.modes.base:112(open) INFO: Connecting to REPL on port: /dev/cu.usbserial-141410
2024-01-05 04:23:12,571 - mu.modes.base:130(open) INFO: Connected to REPL on port: /dev/cu.usbserial-141410
2024-01-05 04:23:12,581 - mu.modes.base:510(add_repl) INFO: Started REPL on port: /dev/cu.usbserial-141410
2024-01-05 04:23:12,581 - mu.modes.base:481(toggle_repl) INFO: Toggle REPL on.
2024-01-05 04:32:31,027 - mu.logic:992(toggle_theme) INFO: Toggle theme to: night
2024-01-05 04:32:45,734 - mu.logic:1326(zoom_out) INFO: Zoom out
2024-01-05 04:32:48,517 - mu.logic:1319(zoom_in) INFO: Zoom in
2024-01-05 04:32:49,225 - mu.logic:1319(zoom_in) INFO: Zoom in
2024-01-05 04:38:19,054 - mu.logic:1439(show_admin) INFO: Showing admin with logs from /Users/olove/Library/Logs/mu/mu.log
2024-01-05 04:38:19,055 - mu.virtual_environment:984(installed_packages) INFO: Discovering installed third party modules in venv.
2024-01-05 04:38:19,055 - mu.virtual_environment:139(run_blocking) INFO: About to run blocking /Users/olove/Library/Application Support/mu/mu_venv-38-20240105-021553/bin/pip with args ['list', '--disable-pip-version-check'] and envvars {}
2024-01-05 04:38:20,020 - mu.virtual_environment:189(wait) DEBUG: Finished: True; exitStatus 0; exitCode 0
2024-01-05 04:38:20,020 - mu.virtual_environment:274(run) DEBUG: Process output: Package           Version
----------------- -------
appnope           0.1.3
asttokens         2.1.0
backcall          0.2.0
click             8.1.3
decorator         5.1.1
entrypoints       0.4
executing         1.2.0
Flask             2.0.3
ipykernel         5.5.6
ipython           8.6.0
ipython-genutils  0.2.0
itsdangerous      2.1.2
jedi              0.18.1
Jinja2            3.1.2
jupyter_client    7.4.5
jupyter_core      5.0.0
MarkupSafe        2.1.1
matplotlib-inline 0.1.6
nest-asyncio      1.5.6
numpy             1.23.4
parso             0.8.3
pexpect           4.8.0
pgzero            1.2.1
pickleshare       0.7.5
pip               22.3.1
platformdirs      2.5.4
prompt-toolkit    3.0.32
ptyprocess        0.7.0
pure-eval         0.2.2
pygame            2.1.2
Pygments          2.13.0
python-dateutil   2.8.2
pyzmq             24.0.1
setuptools        65.5.1
six               1.16.0
stack-data        0.6.1
tornado           6.2
traitlets         5.5.0
wcwidth           0.2.5
Werkzeug          2.2.2
wheel             0.38.4
2024-01-05 04:38:20,020 - mu.virtual_environment:993(installed_packages) INFO: []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant