Package Details: zuban 0.7.2-1

Git Clone URL: https://aur.archlinux.org/zuban.git (read-only, click to copy)
Package Base: zuban
Description: A Mypy-compatible Python Language Server built in Rust
Upstream URL: https://zubanls.com
Licenses: AGPL-3.0-only
Submitter: chinmay
Maintainer: mhdi
Last Packager: mhdi
Votes: 0
Popularity: 0.000000
First Submitted: 2025-09-04 06:16 (UTC)
Last Updated: 2026-05-04 09:02 (UTC)

Latest Comments

SelectionRemark commented on 2026-04-24 07:00 (UTC) (edited on 2026-04-24 07:09 (UTC) by SelectionRemark)

Thanks for providing this package! I am getting an "panic" though whenever I run zuban, maybe someone has the same problem? Found this issue https://github.com/zubanls/zuban/issues/396 and the related commit https://github.com/zubanls/zuban/commit/9a3a736ad5648c90dafc166c9d0cbef1a5b65e50 , which leads me to believe that zuban expects a folder/file(?) at /usr/lib/python3.14/site-packages/zuban/thirdparty/typeshed which is missing in my case. Could this be an issue with this package?

$ which zuban
/usr/bin/zuban

$ zuban check

thread 'main' (17689) panicked at crates/zuban_python/src/sys_path.rs:361:5:
Did not find a typeshed folder in "/usr"
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

$ tree /usr/lib/python3.14/site-packages/zuban
/usr/lib/python3.14/site-packages/zuban
├── __init__.py
└── __pycache__
    ├── __init__.cpython-314.opt-1.pyc
    └── __init__.cpython-314.pyc

2 directories, 3 files

ABDsheikho commented on 2025-12-27 18:49 (UTC) (edited on 2025-12-27 18:52 (UTC) by ABDsheikho)

Is there a possibility of getting an update for this package?