Package Details: marimo 0.20.4-1

Git Clone URL: https://aur.archlinux.org/marimo.git (read-only, click to copy)
Package Base: marimo
Description: A reactive Python notebook that's reproducible, git-friendly, and deployable as scripts or apps
Upstream URL: https://github.com/marimo-team/marimo
Licenses: Apache-2.0
Submitter: ResRipper
Maintainer: ResRipper
Last Packager: ResRipper
Votes: 6
Popularity: 0.114813
First Submitted: 2024-12-12 02:35 (UTC)
Last Updated: 2026-03-04 06:25 (UTC)

Pinned Comments

Latest Comments

ResRipper commented on 2026-02-23 03:38 (UTC) (edited on 2026-02-23 06:04 (UTC) by ResRipper)

@Pulec Should be fixed now, uv is now handling the build backend's version

Pulec commented on 2026-02-15 20:41 (UTC)

I had issue with older uv_build in build_env:

* Getting build dependencies for wheel...
* Building wheel...
Traceback (most recent call last):
  File "/usr/lib/python3.14/site-packages/pyproject_hooks/_in_process/_in_process.py", line 389, in <module>
    main()
    ~~~~^^
  File "/usr/lib/python3.14/site-packages/pyproject_hooks/_in_process/_in_process.py", line 373, in main
    json_out["return_val"] = hook(**hook_input["kwargs"])
                 ~~~~^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.14/site-packages/pyproject_hooks/_in_process/_in_process.py", line 280, in build_wheel
    return _build_backend().build_wheel(
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
    wheel_directory, config_settings, metadata_directory
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/home/pulec/.cache/aurutils/sync/marimo/src/marimo-0.19.11/build_venv/lib/python3.14/site-packages/uv_build/__init__.py", line 89, in build_wheel
    return call(args, config_settings)
  File "/home/pulec/.cache/aurutils/sync/marimo/src/marimo-0.19.11/build_venv/lib/python3.14/site-packages/uv_build/__init__.py", line 51, in call
    raise RuntimeError(f"{uv_bin_name} was not properly installed")
RuntimeError: uv-build was not properly installed

Installing https://archive.archlinux.org/packages/p/python-uv-build/python-uv-build-0.9.30-1-x86_64.pkg.tar.zst for the build fixed that.

eaglgenes101 commented on 2026-01-19 21:14 (UTC)

The python package is updated, now it's up to the aur package to be updated in turn

Aperculum commented on 2025-11-26 06:34 (UTC)

newest release is 0.18.1

sha256sum aec2e69851e89386148437d0a29f80c31bc28ab40907757b122d13762ccbbd0e

tovo commented on 2025-03-23 19:30 (UTC)

Thank you @ResRipper,

Actually, there's a new update today that fixed the issue. I had nothing else to do, and I was able to update the package.

ResRipper commented on 2025-03-22 10:08 (UTC) (edited on 2025-03-23 06:48 (UTC) by ResRipper)

@tovo Try redownloading the PKGBUILD file (e.g. for yay, delete the marimo folder in ~/.cache/yay/), there is no python-pycrdt <0.12.0 specified in it.

Technically marimo requires it, but it seems to be not an issue with higher pycrdt version.

tovo commented on 2025-03-22 09:44 (UTC) (edited on 2025-03-22 09:45 (UTC) by tovo)

Hi there, Updating marimo is stuck with the following outputs for me:

2 aur/marimo 0.11.18-1 -> 0.11.22-1 ... -> could not find all required packages: python-pycrdt <0.12.0

Is there any workaround?

Thanks