siteglobe.blogg.se

Anaconda python macos
Anaconda python macos












anaconda python macos

I completely removed all macport packages. I found one problem, which was the existence of a macport installed python I completely forgot about (and indeed the module would import on that one). Type "help", "copyright", "credits" or "license" for more information.Īnaconda is brought to you by Continuum Analytics.įatal Python error: Interpreter not initialized (version mismatch?) The error is the following, which seem to be typical of compiling and running on different python:Ĭode: Select all Python 2.7.9 |Anaconda 2.1.0 (x86_64)| (default, Dec 15 2014, 10:37:34) What does "otool -L" on the IcePy module show? When you say that the compiled module doesn't work under anaconda python, what's failing? If you want to build outside homebrew, the steps in the homebrew formula should be sufficient apart from that.

#Anaconda python macos install#

I think that so long as you "brew install -with-python" ice from source and have anaconda python on your path, then you should get it built against anaconda python you might possibly need to be sure that it's linking against the anaconda libpython maybe you need LDFLAGS to add -L/path/to/anaconda_libs to do that.

anaconda python macos

The prereqs to build Ice (openssl mcpp) should all be installable with Homebrew, or by hand if you want to avoid it. The main problem is that the upstream Makefiles hardcode stuff for Darwin which mandates the use of system python you'll probably want to apply the patches at the end of

anaconda python macos

Building Ice from source is probably the way to go here.














Anaconda python macos