Frage

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.

War es hilfreich?

Lösung

How about this

python setup.py install

see: PyMC Installation -GitHub-

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top