Search Criteria
Package Details: python-tensorflow-probability 0.25.0-4
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-tensorflow-probability.git (read-only, click to copy) |
|---|---|
| Package Base: | python-tensorflow-probability |
| Description: | Probabilistic reasoning and statistical analysis in TensorFlow |
| Upstream URL: | https://github.com/tensorflow/probability |
| Keywords: | tensorflow |
| Licenses: | Apache-2.0 |
| Submitter: | oysstu |
| Maintainer: | oysstu |
| Last Packager: | oysstu |
| Votes: | 5 |
| Popularity: | 0.000000 |
| First Submitted: | 2019-02-20 14:59 (UTC) |
| Last Updated: | 2026-02-04 19:17 (UTC) |
Dependencies (12)
- python
- python-absl
- python-cloudpickle
- python-decorator
- python-dm-treeAUR (python-dm-tree-gitAUR)
- python-gast
- python-numpy (python-numpy-gitAUR, python-numpy-mkl-binAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-six
- python-tensorflow (python-tensorflow-computecppAUR, python-tensorflow-rocmAUR, python-tensorflow-opt-rocmAUR, python-tensorflow-cuda, python-tensorflow-opt, python-tensorflow-opt-cuda)
- python-tf-kerasAUR
- python-installer (make)
- python-wheel (make)
Required by (7)
- python-deepxde (optional)
- python-gpflow
- python-margarine
- python-margarine-git
- python-pytensor (check)
- python-pytensor (optional)
- python-tensorflow-compression-git
Latest Comments
1 2 Next › Last »
oysstu commented on 2026-02-04 19:18 (UTC)
@carlosal1015 I've packaged it from the pypi wheel now
oysstu commented on 2026-02-04 12:02 (UTC)
Even Google are apparently not able to keep their build recipes from breaking in newer Bazel versions. I'll have to look into packaging from pypi instead.
Ref: https://github.com/tensorflow/probability?tab=readme-ov-file#installing-from-source
carlosal1015 commented on 2026-02-03 12:22 (UTC)
oysstu commented on 2025-06-02 12:25 (UTC)
Fixed build errors due to new bazel version.
Added python-tf-keras as dependency, as python-tensorflow ships with keras v3 which is not supported by tfp (and will not be supported)
oysstu commented on 2024-05-16 01:44 (UTC)
@pirofti you should upgrade to python 3.12 and rebuild the package. I don't understand why you are breaking on the exception though, are you running through a debugger? That exception should be caught and ignored afterwards.
pirofti commented on 2024-05-15 10:31 (UTC)
I get the following error at import:
oysstu commented on 2024-03-13 12:55 (UTC) (edited on 2024-03-13 12:56 (UTC) by oysstu)
Looks like tf has become an optional dependency upstream, with the possibility of using jax as a backend instead. I haven't used tfp for a long time, so I'm not sure exactly how that works. I will keep tf as a dependency for now, as I imagine that's how most of you are using tfp, but it's possible to have tf/keras as optional dependencies instead if that makes more sense. Let me know.
carsme commented on 2024-02-14 14:58 (UTC)
Much appreciated, thanks!
oysstu commented on 2024-02-14 12:29 (UTC)
Fixed. Looks like the latest bazel version moved setup.py to a new location.
carsme commented on 2024-02-14 11:05 (UTC)
I'm running in to the following issue when building the package:
Any ideas?
1 2 Next › Last »