Open pwarren opened 12 years ago
Hollis:~ pwarren$ echo $PATH
/usr/local/bin:/usr/local/share/python:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin
Hollis:~ pwarren$ echo $PYTHONPATH
/usr/local/lib/python2.7/site-packages/:/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/:
Hollis:~ pwarren$
Some more info
I too ran into the missing
npymath.ini
file problem on a 10.7.4 machine. The solution for me was to install numpy from source.
Yep, downloading from sourceforge,
python setup.py build
python setup.py install
and we're all good.
Well, not quite all good.
Now it's complaining: No available formula for gnuradio
pc-00201:~ pwarren$ brew install gnuradio
Error: No available formula for gnuradio
pc-00201:~ pwarren$ brew tap titanous/homebrew-gnuradio
Error: Already tapped!
sad face!
That is strange - I did not run into that problem.
How about trying:
brew uninstall gnuradio brew untap titanous/homebrew-gnuradio brew tap titanous/homebrew-gnuradio brew tap --repair brew install gnuradio
the brew untap then retap seemed to do the trick.
THanks for the help dweeks. This has been the first time I've tried homebrew, think I'm starting to like it :)
per https://github.com/pypa/pip/issues/707, try this:
brew tap samueljohn/python
brew install numpy
brew install scipy
Probably a PEBKAC, but, I'm going through your instructions, and keep failing on the scipy installation, it appears to not be able to detect the numpy installation.
the /usr/local/lib/python2.7/site-packages/numpy/core/lib/npy-pkg-config/npymath.ini'
Does not seem to exist, but there are a bunch of python files in /usr/local/lib/python2.7/site-packages/numpy/core/
I'm using a brand new macbook air 13", with OS X 10.8.1 and xcode 4.4.1, I did the homebrew install, and hombrew doctor, and homebrew install wget worked pretty well ;)
Just a bit lost with all this, thanks for any help!