Search Criteria
Package Details: python-tensorflow-probability 0.25.0-1
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 |
Submitter: | oysstu |
Maintainer: | oysstu |
Last Packager: | oysstu |
Votes: | 5 |
Popularity: | 0.002091 |
First Submitted: | 2019-02-20 14:59 (UTC) |
Last Updated: | 2024-11-14 13:54 (UTC) |
Dependencies (11)
- python (python37AUR, python311AUR, python310AUR)
- python-absl
- python-cloudpickle
- python-decorator
- python-dm-treeAUR (python-dm-tree-gitAUR)
- python-gast
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR)
- python-six
- python-tensorflow (python-tensorflow-cuda-keplerAUR, python-tensorflow-computecppAUR, python-tensorflow-rocmAUR, python-tensorflow-opt-rocmAUR, python-tensorflow-cuda, python-tensorflow-opt, python-tensorflow-opt-cuda)
- bazel (bazel-gitAUR, bazel024-binAUR, bazel3AUR, bazel3-binAUR, bazel5AUR, bazelisk-gitAUR, bazeliskAUR, bazelisk-binAUR) (make)
- python-setuptools (make)
Required by (6)
- python-deepxde (optional)
- python-gpflow
- python-margarine-git
- python-pytensor (check)
- python-pytensor (optional)
- python-tensorflow-compression-git
Latest Comments
1 2 Next › Last »
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?
oysstu commented on 2020-07-25 15:15 (UTC)
juacrumar commented on 2020-07-25 11:13 (UTC)
oysstu commented on 2020-02-07 09:01 (UTC) (edited on 2020-02-07 09:02 (UTC) by oysstu)
Bazel requires OpenJDK 11, so the installation would fail on systems that had a different java environment set as default. I've updated the PKGBUILD to point to the specific version of java.
Bazel is unfortunately required, as it generates a bunch of python files before packaging with setuptools
wjhandley commented on 2020-02-07 04:01 (UTC) (edited on 2020-02-07 04:02 (UTC) by wjhandley)
I get the error:
1 2 Next › Last »