Package Details: python-jaxtyping 0.2.28-1

Git Clone URL: https://aur.archlinux.org/python-jaxtyping.git (read-only, click to copy)
Package Base: python-jaxtyping
Description: Type annotations and runtime checking for shape and dtype of JAX arrays, and PyTrees.
Upstream URL: https://github.com/google/jaxtyping
Keywords: jax pytorch tensorflow typing
Licenses: Apache
Groups: jax
Submitter: daskol
Maintainer: daskol
Last Packager: daskol
Votes: 1
Popularity: 0.000158
First Submitted: 2023-02-16 22:11 (UTC)
Last Updated: 2024-03-10 11:39 (UTC)

Dependencies (8)

Required by (1)

Sources (1)

Latest Comments

carlosal1015 commented on 2023-03-30 02:41 (UTC) (edited on 2023-03-30 02:54 (UTC) by carlosal1015)

Hi, I have the following message error

>>> from jaxtyping import Array, Float
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: cannot import name 'Array' from 'jaxtyping' (/usr/lib/python3.10/site-packages/jaxtyping/__init__.py)

Looks like is fixed when python-jax is installed. Great!