-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help for getting ScientificPython on OSX #7
Comments
I just went through this as well. Instead of downloading the mac binaries, just get the most recent development release tar file and do as their instructions say for the basic installation. I also had an issue during the install phase (was getting an operation not permitted error, even with sudo) where I had to run my mac in recovery mode (cmd + R on bootup) and then enter the terminal and do |
@ jbryson3 I am facing the same issue. Were you able to resolve it?If yes, could you please tell how? |
I was unable to resolve this issue on OSX. Instead I booted up a Ubuntu VM using Virtualbox and was successful after 3-4 days of slow going. I have since removed the vm, so I can't remember the exact steps that I used to get it up an running but before I deleted it, I exported a list of things that I had installed on the box to get it working. Hope it helps. |
I'm facing the same issue, too. But when I use the VM, I can't solve this problem. Could you tell me how I can handle it ? @jbryson3 |
On OSX El Capitan, I'm trying to run build/examples/online_prediction/build_netcdf.sh. I'm running into problems with the ScientificPython.
The latest ScientificPython binary on osx require python 2.4. That python is so old that pyenv is having trouble building it.
So I tried build the latest development ScientificPython (2.9.4) with the python I have installed 2.7.11. Other than spitting out a ton of unused function warnings, the build seems to have succeeded. However, when I attempt to run build_netcdf, this is what I get:
I realize this may be a bit out of scope for this codebase, but was hoping someone could point me in the right direction. Thanks!
The text was updated successfully, but these errors were encountered: