[yt-users] YT Installation Problem/Resolution

Matt Malloy mattma at sas.upenn.edu
Wed Aug 15 18:06:41 PDT 2012


Hello Everyone!

I am extremely new to yt, and attempted to install it for the first time
this morning. However, when doing so, I encountered a problem with the
server which caused the installation to fail (I have attached the segment
of the install log which shows the original errors). After contacting Sam
Skillman, he kindly suggested altering the following lines in the install
script to read https intead of http, which resolved everything:

554         YT_DIR="$PWD/yt-hg/"
555         ( ${HG_EXEC} --debug clone
http://hg.yt-project.org/yt-supplemental/ 2>&1 ) 1>> ${LOG_FILE}
556         # Recently the hg server has had some issues with timeouts.  In
lieu of
557         # a new webserver, we are now moving to a three-stage process.
558         # First we clone the repo, but only up to r0.
559         ( ${HG_EXEC} --debug clone http://hg.yt-project.org/yt/ ./yt-hg
2>&1 ) 1>> ${LOG_FILE}
560         # Now we update to the branch we're interested in.
561         ( ${HG_EXEC} -R ${YT_DIR} up -C ${BRANCH} 2>&1 ) 1>> ${LOG_FILE}

Just wanted to let you know in case others encounter this problem or if you
wanted to change the install script. Thanks and have a good night!


Matt Malloy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.spacepope.org/pipermail/yt-users-spacepope.org/attachments/20120815/b0e8d000/attachment.htm>
-------------- next part --------------
byte-compiling /home/matt/yt-i686/lib/python2.7/site-packages/hgext/interhg.py to interhg.pyc
byte-compiling /home/matt/yt-i686/lib/python2.7/site-packages/hgext/keyword.py to keyword.pyc
byte-compiling /home/matt/yt-i686/lib/python2.7/site-packages/hgext/mq.py to mq.pyc
byte-compiling /home/matt/yt-i686/lib/python2.7/site-packages/hgext/children.py to children.pyc
byte-compiling /home/matt/yt-i686/lib/python2.7/site-packages/hgext/progress.py to progress.pyc
running install_scripts
copying build/scripts-2.7/hg -> /home/matt/yt-i686/bin
changing mode of /home/matt/yt-i686/bin/hg to 775
running install_egg_info
Writing /home/matt/yt-i686/lib/python2.7/site-packages/mercurial-2.2.2-py2.7.egg-info
using http://hg.yt-project.org/yt-supplemental/
sending capabilities command
abort: HTTP Error 404: NOT FOUND
using http://hg.yt-project.org/yt/
sending capabilities command
abort: HTTP Error 404: NOT FOUND
abort: repository /home/matt/yt-i686/src/yt-hg/ not found!
/home/matt/yt-i686/bin/python2.7: can't open file '/home/matt/yt-i686/src/yt-hg//distribute_setup.py': [Errno 2] No such file or directory
using http://hg.yt-project.org/yt-supplemental/
sending capabilities command
abort: HTTP Error 404: NOT FOUND
using http://hg.yt-project.org/yt/
sending capabilities command
abort: HTTP Error 404: NOT FOUND
abort: repository /home/matt/yt-i686/src/yt-hg/ not found!
/home/matt/yt-i686/bin/python2.7: can't open file '/home/matt/yt-i686/src/yt-hg//distribute_setup.py': [Errno 2] No such file or directory
using http://hg.yt-project.org/yt-supplemental/
sending capabilities command
abort: HTTP Error 404: NOT FOUND
using http://hg.yt-project.org/yt/
sending capabilities command
abort: HTTP Error 404: NOT FOUND
abort: repository /home/matt/yt-i686/src/yt-hg/ not found!
/home/matt/yt-i686/bin/python2.7: can't open file '/home/matt/yt-i686/src/yt-hg//distribute_setup.py': [Errno 2] No such file or directory
using http://hg.yt-project.org/yt-supplemental/
sending capabilities command
abort: HTTP Error 404: NOT FOUND
using http://hg.yt-project.org/yt/
sending capabilities command
abort: HTTP Error 404: NOT FOUND
abort: repository /home/matt/yt-i686/src/yt-hg/ not found!
/home/matt/yt-i686/bin/python2.7: can't open file '/home/matt/yt-i686/src/yt-hg//distribute_setup.py': [Errno 2] No such file or directory
using http://hg.yt-project.org/yt-supplemental/
sending capabilities command
abort: HTTP Error 404: NOT FOUND
using http://hg.yt-project.org/yt/
sending capabilities command
abort: HTTP Error 404: NOT FOUND
abort: repository /home/matt/yt-i686/src/yt-hg/ not found!
/home/matt/yt-i686/bin/python2.7: can't open file '/home/matt/yt-i686/src/yt-hg//distribute_setup.py': [Errno 2] No such file or directory


More information about the yt-users mailing list