Вопрос

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.

Это было полезно?

Решение

How about this

python setup.py install

see: PyMC Installation -GitHub-

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top