Trouble installing yt
I am very new to yt and am having trouble installing it. I am running on a Macbook pro 2011 with OS X El Capitan version 10.11.5 This steps I took: $ hg clone https://bitbucket.org/yt_analysis/yt $ cd yt $ chmod +x ./doc/install_script.sh $ ./doc/install_script.sh After sometime installing... I get this: ******************************************** FAILURE REPORT: ******************************************** from //System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.h:11, from //System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:35, from //System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:24, from Include/pymactoolbox.h:10, from Python/mactoolboxglue.c:27: //System/Library/Frameworks/CoreGraphics.framework/Headers/CGFont.h:53:1: error: initializer element is not constant static const CGFontIndex kCGGlyphMax = kCGFontIndexMax; ^ Makefile:1286: recipe for target 'Python/mactoolboxglue.o' failed make: *** [Python/mactoolboxglue.o] Error 1 ******************************************** ******************************************** Failure. Check /Users/elliote/Desktop/Theia_Streaming_Tutorial/yt/yt-x86_64/yt_install.log. The last 10 lines are above. Does anyone have any ideas on how I can go about fixing this? Thanks!
On Thu, Jun 30, 2016 at 2:26 PM, Elliot Eckholm <ellioteckholm@gmail.com> wrote:
I am very new to yt and am having trouble installing it. I am running on a Macbook pro 2011 with OS X El Capitan version 10.11.5
This steps I took:
$ hg clone https://bitbucket.org/yt_analysis/yt
$ cd yt
$ chmod +x ./doc/install_script.sh
$ ./doc/install_script.sh
First, it's probably best to copy the install script out of your clone of the yt mercurial repository. Second, can you try the latest version of the install script? New clones end up on the stable branch, and we recently rewrote the install script to be much more robust. Try something like this: $ cd yt-hg $ hg update yt $ cp ./doc/install_script.sh ~/Desktop # (or wherever you want to put it) $ cd ~/Desktop $ bash install_script.sh Hope that helps, Nathan
After sometime installing... I get this:
********************************************
FAILURE REPORT:
********************************************
from //System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.h:11,
from //System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.h:35,
from //System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:24,
from Include/pymactoolbox.h:10,
from Python/mactoolboxglue.c:27:
//System/Library/Frameworks/CoreGraphics.framework/Headers/CGFont.h:53:1: error: initializer element is not constant
static const CGFontIndex kCGGlyphMax = kCGFontIndexMax;
^
Makefile:1286: recipe for target 'Python/mactoolboxglue.o' failed
make: *** [Python/mactoolboxglue.o] Error 1
********************************************
********************************************
Failure. Check /Users/elliote/Desktop/Theia_Streaming_Tutorial/yt/yt-x86_64/yt_install.log. The last 10 lines are above.
Does anyone have any ideas on how I can go about fixing this?
Thanks!
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
participants (2)
-
Elliot Eckholm
-
Nathan Goldbaum