Search Criteria
Package Details: fslpy 3.21.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/fslpy.git (read-only, click to copy) |
---|---|
Package Base: | fslpy |
Description: | fslpy is the python library collection used by FSL and related projects |
Upstream URL: | https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes |
Licenses: | Apache |
Submitter: | tobac |
Maintainer: | tobac |
Last Packager: | tobac |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2017-10-11 11:11 (UTC) |
Last Updated: | 2024-10-12 17:21 (UTC) |
Dependencies (14)
- python (python37AUR, python311AUR, python310AUR)
- python-dill
- python-h5py (python-h5py-gitAUR, python-h5py-openmpi)
- python-nibabelAUR
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-scipy (python-scipy-gitAUR, python-scipy-mkl-binAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-indexed-gzipAUR (optional)
- python-pillow (python-pillow-simd-gitAUR) (optional)
- python-rtree (optional)
- python-trimeshAUR (optional)
Required by (5)
- fsleyes
- fsleyes-props (make)
- python-oxasl
- python-oxasl-ve
- python-pyfab (optional)
Latest Comments
« First ‹ Previous 1 2
dvogel commented on 2018-12-12 13:22 (UTC)
Hey, thanks for that ! python-setuptools seems to be required to build.
tobac commented on 2018-05-14 09:56 (UTC)
Thanks for reporting and providing the solution! Fixed.
bobschi commented on 2018-05-14 09:36 (UTC)
python-deprecation was updated to version 2.*. This kills the dependencies for fsleyes-widgets, fsleyes-props and fslpy.
Adding line
sed -i 's/deprecation>=1.*,<=2.*/deprecation>=1.*/g' requirements.txt
to the PKGBUILD fixes the problem.
« First ‹ Previous 1 2