How do you install blaze natively (i.e., not in a virtual environment) in Python?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I didn’t find any instructions anywhere online for this, but it’s relatively straightforward.
About my platform/tools I used:
pip install Cython.First,
brew install llvm.Here are the packages you need. You can
pipall of them:llvmpynumbametaplybloscsphinx— for docatermOnce you’ve pipped everything,
cd /tmpup to you, of course…sudo git clone git@github.com:ContinuumIO/blaze-core.gitcd /tmp/blaze-coresudo make buildsudo make docssudo python setup.py install(Whether you need sudo depends on where you git things to, of course.)
I’ve had trouble running the tests, it looks like there’s an error in an
__init__.pyfile somewhere, but I can’t be for sure. I can’t get the unit tests to run, so take "successful installation" with a grain of salt. At any rate, I can do a spot check to see that the module imports correctly: