Question

I'm trying to install pymc on osx snow leopard, but I'm getting nowhere.

I have installed gfortran. I have pyCharm as IDE. I have cloned the git repo.

Running the command 'python setup.py config_fc --fcompiler gnu95 build'

It gives me this error: 'error: invalid command 'config_fc'

I have no idea why I'm new to python. Thanks.

Was it helpful?

Solution

How about this

python setup.py install

see: PyMC Installation -GitHub-

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top