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.

Était-ce utile?

La solution

How about this

python setup.py install

see: PyMC Installation -GitHub-

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top