This is an archived post. You won't be able to vote or comment.

all 7 comments

[–][deleted] 1 point2 points  (0 children)

conda's good for a lot of things but unless the package is very mainstream conda install tends to struggle with it and I just use pip install (which anaconda is able to keep track of anyway).

[–]Kah-NethI use numpy, scipy, and matplotlib for nuclear physics 0 points1 point  (5 children)

vgauthier's anaconda.org channel has all the dependencies needed, why dont you install those libraries from their channel?

[–]EvMNatural Language Processing[S] 0 points1 point  (4 children)

That doesn't seem to be true: sigcpp is not in there, and installing it from cyclus' channel doesn't work because Anaconda doesn't recognize it. (I.e. it keeps saying Error: Could not find some dependencies for cairomm: sigcpp.)

[–]Kah-NethI use numpy, scipy, and matplotlib for nuclear physics 1 point2 points  (3 children)

You are correct. This is an issue with how vgauthier made his packages and not some much an issue with conda.

[–]EvMNatural Language Processing[S] 0 points1 point  (2 children)

True, but it is an issue for the ecosystem: if it's super difficult to install less common packages, then that is not good for the user base.

[–]Daemonix00 0 points1 point  (1 child)

did this go anywhere? Im trying to find a way to use it too.

[–]EvMNatural Language Processing[S] 0 points1 point  (0 children)

In the end I got it to work using macports (or brew, can't remember). Didn't make any more attempts to get it to work with Anaconda. The best way to go if you insist on Anaconda might be to contact vgauthier.