On 16/02/14 15:35, Kevin wrote:
> The easiest way is to install Anaconda:
> https://store.continuum.io/cshop/anaconda/

Canopy is even easier :)

However...

Note though that scientific Python on Mavericks still has some quirks. 
These are just some of them:

- Qt apps can crash when a laptop is waking from sleep.

- Xcode 5 broke a lot of build tools and library dependencies.

- Xcode removed all command-line tools. If you don't know the magical 
and undocumented command-line call to restore them you are screwd.

- iPython (particularly the notebook) does not work as well as it should.

- Parts of OpenCV is broken because the QuickTime framework is deprecated.

- All apps depending on the QuickTime framework are broken, not just 
those that depend on OpenCV.

- OSX 10.6 SDK is not longer available, and it gets deleted on 
installing Mavericks if you already have it. Many build scripts requires 
it. E.g. I could not make MPICH compile with Intel compilers because it 
was missing.

- Intel compilers and MKL were not as stabile as they should. (Actually 
Intel released a huge bugfix today.)

- gcc/g++ is symlinked to clang/clang++ but tries to link GNU libraries. 
Don't expect it to work. Basically those are fubar "gcc" compilers.

- clang standard libraries can conflict with Cython. We might possibly 
need to regenerate all of sckipy-learn's Cython modules with the latest 
Cython because of this.


Mavericks ha been nothing but a PITA for users of scientific Python thus 
far. Avoid the upgrade if you can.


Sturla



------------------------------------------------------------------------------
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to