-
Notifications
You must be signed in to change notification settings - Fork 15
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
install in anaconda + brew environment? #16
Comments
wow, thanks for letting me know that brew offers cspice, who knew? cd to_pyspice
ln -s path/to/cspice cspice then follow the readme. |
I'm glad brew offers cspice also of course :) But then, pySPICE will be installed in where exactly? in anaconda distribution? |
oh, yes. but only if the python compiler that is used in the moment for the setup.py install command is the one from anaconda. So you have to adapt the paths correctly before you do the install. which python If the path does not mention anaconda, then u r not done yet. import spice and find the usual spice functions (not all, alas) under the spice module namespace. |
Some quirks:
|
/cc @rca ? If my worry is true, you would have to remove brew's cspice (just to be clean) and install the 64-bit cspice folder that you can download from the NAIF SPICE website directly. I have exactly your setup, so I'm convinced that that way works, I am running it now like that. |
well, if downloading from NAIF SPICE website works, then great!
[EDIT] |
Confirmed. |
I did fresh everything again. but in ipython, when
I suspect something must be wrong on my side, if you say it works in your case. Actually, I see it's not the same exception |
It was because github I presume, or unpacker or both |
I was also unable to properly install Pyspice with cspice 65, but was able to with the previous version that michaelaye provided. I'm running Python 2.7.8 on OSX 10.9.4. Additionally, it's worth noting that the problem seemed to be occurring with spicemodule.c that makewrapper.py was creating. In cspice 65, it would be generated, but would be blank. |
I close this because it has lot's of other stuff in the issue that is unrelated. We have a duplicate report in #17 that I keep open. |
Im on a mac, mavericks 10.9.4, anaconda latest version, brew latest version
For now, I've installed cspice with brew
but now I'm not sure what to do, as I'm by no means a python or linux expert
Can someone point me in the right direction?
The text was updated successfully, but these errors were encountered: