Hi, My apologies if this is not the best place to report a bug. There appears to be an issue with `pip list`, which may be caused by a typo in `pip.py`. Please see the traceback. It'd be great if someone can verify. Thanks. Traceback (most recent call last): File "/Users/cui5/Applications/ChimeraX-1.10.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/cmd_line/tool.py", line 319, in execute cmd.run(cmd_text) File "/Users/cui5/Applications/ChimeraX-1.10.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/core/commands/cli.py", line 3221, in run result = ci.function(session, **kw_args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/cui5/Applications/ChimeraX-1.10.1.app/Contents/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chimerax/core/commands/pip.py", line 71, in pip pip_cmd.appendf("list") ^^^^^^^^^^^^^^^ AttributeError: 'list' object has no attribute 'appendf' cui5