Get help from the marimo community

Updated last week

Using marimo with uv causes circular import error.

I did following

  • uv init
  • uv venv
  • source .venv/bin/activate
  • uv add marimo (same problem if using ipykernel or jupyterlab)
  • Open marimo and getting this error:
ImportError: Cannot import 'TreeArgumentsWrapper' from 'jedi.inference.arguments' due to circular import.

marimo and jupyterlab works fine when installed and using with pip.
Add a reply
Sign up and join the conversation on Discord