basnijholt / pfapack

Efficient numerical computation of the Pfaffian for dense and banded skew-symmetric matrices
https://arxiv.org/abs/1102.3440
Other
14 stars 6 forks source link

Installation using conda for Python3 and Julia1.3.0 #5

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hello,

I am trying to install pfapack on my local computer for Python3 using "conda install pfapack" and Julia using "Conda.add("pfapack")" but both are showing the following error:

PackagesNotFoundError: The following packages are not available from current channels

Is this package still available on Anaconda repositories? if yes in which repository? I was able to install it using pip but I would rather using this package in Julia as an embedded PyCall function.

Thank you in advance, Saeed

basnijholt commented 3 years ago

I have updated the README.md with: conda install -c conda-forge pfapack

I assume this fixes the issue.

If not, I will re-open.

ghost commented 3 years ago

Thank you, it fixed the problem for both Python and Julia.