Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9182273
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T18:31:17+00:00 2026-06-17T18:31:17+00:00

How do you install blaze natively (i.e., not in a virtual environment) in Python?

  • 0

How do you install blaze natively (i.e., not in a virtual environment) in Python? The only instructions I find are on in the package’s doc (see link), and here, in a virtual environment.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T18:31:18+00:00Added an answer on June 17, 2026 at 6:31 pm

    I didn’t find any instructions anywhere online for this, but it’s relatively straightforward.

    About my platform/tools I used:

    • Mac OSX (Mountain Lion)
    • Python 2.7.3
    • homebrew
    • pip
    • It looks like you might need to install Cython, not sure as I already had it installed. You can do this with pip install Cython.

    First, brew install llvm.

    Here are the packages you need. You can pip all of them:

    • llvmpy
    • numba
    • meta
    • ply
    • blosc
    • sphinx — for doc
    • aterm

    Once you’ve pipped everything,

    • cd /tmp up to you, of course…
    • sudo git clone git@github.com:ContinuumIO/blaze-core.git
    • cd /tmp/blaze-core
    • sudo make build
    • sudo make docs
    • sudo 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__.py file 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:

    >>> import blaze
    >>> from blaze import Array, dshape
    >>> ds=dshape('2,2,int')
    >>> a = Array([1,2,3,4],ds)
    >>> a
    Array
      datashape := 2, 2, int 
      values    := [CArray(ptr=140454075688080)] 
      metadata  := [manifest, arraylike] 
      layout    := Chunked(dim=0) 
    [1 2 3 4]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The install instructions are: $ python setup.py build $ sudo python setup.py install #
gem install heroku failed with following message and I have tried the solution here
I install windows phone 7.1 sdk. And then I cant see phone app.in VS10
I am trying to install a package from github, but keep getting the following
Upon install, my app would show only 1 tab, hence I want to hide
Can install python plugin in netbeans 6.7 manually (without Tools/Plugin) ? if yes (with
Install APK in Background Git Hub : Source Code google-certificate.keystore present in certificate folder[See
I install the subversion on my windows server 2008. But it's only work localhost.
Composer install command works fine locally on my computer: Loading composer repositories with package
brew install python fails with AttributeError: 'module' object has no attribute 'BufferedIOBase' does anyone

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.