Package Details: python-dipy 1.6.0-1

Git Clone URL: https://aur.archlinux.org/python-dipy.git (read-only, click to copy)
Package Base: python-dipy
Description: Diffusion MR imaging in Python
Upstream URL: https://dipy.org
Licenses: BSD
Submitter: m-pilia
Maintainer: None
Last Packager: m-pilia
Votes: 0
Popularity: 0.000000
First Submitted: 2018-06-29 12:41 (UTC)
Last Updated: 2023-02-18 18:31 (UTC)

Latest Comments

liamtimms commented on 2021-03-22 03:13 (UTC)

Error in new release:

Traceback (most recent call last):
  File "/home/mri/.cache/yay/python-dipy/src/dipy-1.4.0/setup.py", line 160, in <module>
    SetupDependency('tqdm', info.TQDM_MIN_VERSION,
  File "/home/mri/.cache/yay/python-dipy/src/dipy-1.4.0/setup_helpers.py", line 291, in check_fill
    raise RuntimeError(ver_err_msg)
RuntimeError: We need package tqdm, but not importable

fixed by adding python-tqdm to dependency list.