Closed nwhitehead closed 9 years ago
Giving it a try. Using python 3.5 means I have to compile packages myself, which means I need gfortran, which I got through "brew install gcc". Had problems with mayavi, it doesn't like python 3. There were some inconsistencies with numpy and pandas, got "wrong size" problems. Uninstalled then reinstalled numpy and pandas to fix that.
This is working!
Note to self: also installed Jenkins and got it set up locally to automate the builds. There are 4 variants: Python 2.7/3.5, small/big. Because I'm using an unreleased numpy, I can't yet get wheels for the big packages so it takes a while to build.
There should be a release that includes lots of libraries all preinstalled and ready to go. Ideas:
It's also nice to have a demo notebook for each package showing the basics of what it's about.
The version with lots of libraries will be big, I'm thinking there should still be a <50MB version to try it out before you waste time downloading the full version.