Pergunta

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.

Foi útil?

Solução

How about this

python setup.py install

see: PyMC Installation -GitHub-

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top