~/code/clawBox via v3.14.2 (.venv)
❯ python
moltbox.pyStarting MoltBot in micro-VM sandbox...
Type 'exit' or press Ctrl+D to quit
Error: BoxOptions.__new__() got an unexpected keyword argument 'reuse_existing'
Traceback (most recent call last):
File "/Users/jon/code/clawBox/
moltbox.py", line 12, in main
async with InteractiveBox(name="moltbox", image="ubuntu:26.04", env=[("TERM", term_mode)], ports=[(18789, 18789)], auto_remove=False, reuse_existing=True) as itbox:
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/jon/code/clawBox/.venv/lib/python3.14/site-packages/boxlite/
interactivebox.py", line 73, in __init__
super().__init__(
~~~~~~~~~~~~~~~~^
image=image,
^^^^^^^^^^^^
...<5 lines>...
**kwargs,
^^^^^^^^^
)
^
File "/Users/jon/code/clawBox/.venv/lib/python3.14/site-packages/boxlite/
simplebox.py", line 82, in __init__
self._box_options = BoxOptions(
~~~~~~~~~~^
image=image,
^^^^^^^^^^^^
...<3 lines>...
**kwargs,
^^^^^^^^^
)
^
TypeError: BoxOptions.__new__() got an unexpected keyword argument 'reuse_existing'
~/code/clawBox via v3.14.2 (.venv)
❯ pip list
Package Version
------- -------
boxlite 0.5.8
pip 25.3