Search Criteria
Package Details: marimo 0.12.10-1
Package Actions
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://marimo.io/ |
Licenses: | Apache-2.0 |
Submitter: | ResRipper |
Maintainer: | ResRipper |
Last Packager: | ResRipper |
Votes: | 4 |
Popularity: | 2.63 |
First Submitted: | 2024-12-12 02:35 (UTC) |
Last Updated: | 2025-04-18 05:26 (UTC) |
Dependencies (31)
- python-click
- python-docutils
- python-itsdangerous
- python-jedi
- python-markdown
- python-narwhals
- python-packaging
- python-psutil
- python-pycrdt
- python-pygments
- python-pymdown-extensions
- python-starlette
- python-tomlkit
- python-websockets (python-websockets-gitAUR)
- python-yaml (python-yaml-gitAUR)
- ruff (ruff-gitAUR, python-ruff-gitAUR)
- uvicorn
- python-build (make)
- python-hatch (python-hatch-gitAUR) (make)
- python-installer (make)
- python-wheel (make)
- jupyter-nbformat (optional) – Export as IPYNB
- python-altair (optional) – Plotting in datasource viewer
- python-duckdbAUR (python-duckdb-gitAUR) (optional) – SQL cells support
- python-openai (optional) – AI features
- python-polars (optional) – SQL output back in Python
- python-sqlglotAUR (optional) – SQL cells parsing
Latest Comments
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 nopython-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