Package Details: python-pymc 5.11.0-1

Git Clone URL: https://aur.archlinux.org/python-pymc.git (read-only, click to copy)
Package Base: python-pymc
Description: Markov chain Monte Carlo for Python
Upstream URL: https://github.com/pymc-devs/pymc
Licenses: MIT
Submitter: xia0er
Maintainer: carsme
Last Packager: carsme
Votes: 12
Popularity: 0.84
First Submitted: 2008-09-03 19:20 (UTC)
Last Updated: 2024-03-16 13:28 (UTC)

Latest Comments

1 2 Next › Last »

carsme commented on 2023-09-23 12:36 (UTC)

Holding package version due to incompatibility with numpy 1.26, see https://github.com/pymc-devs/pytensor/issues/441.

carsme commented on 2023-04-05 14:23 (UTC)

@lllf No worries at all, please let me know when this happens.

This issue is being discussed, see https://github.com/pypa/setuptools_scm/issues/806. Hopefully it'll get solved soon without me having to switch source from the git archives, which I'm very hesitant to do.

lllf commented on 2023-04-05 13:25 (UTC) (edited on 2023-04-05 13:26 (UTC) by lllf)

Sorry to bother you again, but it looks like the checksums are incorrect (again):

==> Making package: python-pymc 5.2.0-1 (Wed Apr  5 13:25:14 2023)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found python-pymc-5.2.0.tar.gz
==> Validating source files with sha256sums...
    python-pymc-5.2.0.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!

lllf commented on 2023-03-28 15:38 (UTC)

==> Making package: python-pymc 5.1.2-1 (Tue Mar 28 13:43:46 2023)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found python-pymc-5.1.2.tar.gz
==> Validating source files with sha256sums...
    python-pymc-5.1.2.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!
 -> error making: python-pymc

a.kudelin commented on 2022-11-21 12:00 (UTC)

Hi,

Could you please check why checksum of 4.4.0 is invalid?

xia0er commented on 2016-09-06 16:41 (UTC) (edited on 2016-09-06 16:57 (UTC) by xia0er)

@a_user, I cannot replicate the error. After installing python-pymc from AUR (with yaourt), I can import pymc without error and pymc.test() runs successfully. I double checked the dependencies, and they match those requirements specified on pymc website. Is there any error/warning when you install via AUR? PS. dswap.f is part of lapack: http://www.netlib.org/lapack/explore-html/db/dd4/dswap_8f_source.html , but it should have already been installed as it is required by python-numpy.

a_user commented on 2016-09-01 12:18 (UTC)

In [8]: import pymc --------------------------------------------------------------------------- ImportError Traceback (most recent call last) <ipython-input-8-5f262cfcb99b> in <module>() ----> 1 import pymc /usr/lib/python3.5/site-packages/pymc/__init__.py in <module>() 46 from .CircularStochastic import * 47 from . import distributions ---> 48 from . import gp 49 50 # Optional modules /usr/lib/python3.5/site-packages/pymc/gp/__init__.py in <module>() 20 from .GPutils import * 21 from .Mean import * ---> 22 from .Covariance import * 23 from .BasisCovariance import * 24 from .FullRankCovariance import * /usr/lib/python3.5/site-packages/pymc/gp/Covariance.py in <module>() 9 from .GPutils import regularize_array, trisolve, square_and_sum 10 from .linalg_utils import diag_call, dpotrf_wrap ---> 11 from .incomplete_chol import ichol, ichol_continue 12 13 from pymc import six ImportError: /usr/lib/python3.5/site-packages/pymc/gp/incomplete_chol.cpython-35m-x86_64-linux-gnu.so: undefined symbol: dswap_ installation through pip works fine

xantares commented on 2014-09-25 07:56 (UTC)

2.3.3 ?