문제

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