Hello, I am trying to install yt with enzo on a computer running Springdale Linux 6.4 using the shell script install_script.sh. However, I keep getting the following error - ******************************************** FAILURE REPORT: ******************************************** running install_egg_info Writing /home/jgodino/Software/enzo/yt-x86_64/lib/python2.7/site-packages/mercurial-2.5.4-py2.7.egg-info using https://bitbucket.org/yt_analysis/yt-supplemental/ sending capabilities command abort: Python SSL support not found using https://bitbucket.org/yt_analysis/yt/ sending capabilities command abort: Python SSL support not found abort: repository /home/jgodino/Software/enzo/yt-x86_64/src/yt-hg/ not found! /home/jgodino/Software/enzo/yt-x86_64/bin/python2.7: can't open file '/home/jgodino/Software/enzo/yt-x86_64/src/yt-hg//distribute_setup.py': [Errno 2] No such file or directory Any suggestions on how to solve this. Regards, Joe
Hi Joe, Sorry to hear you're having trouble. This is the first we've heard of someone trying to install yt on Springdale Linux so unfortunately I don't have a panacea. The error you're seeing is due to not having the SSL libraries installed. To fix it, you'll need to install the 'openssl' and 'openssl-devel' packages. If you don't have root access to the machine you're installing on, you'll need to discuss this with the sysadmin. There may be other packages you'll need as well. For example, on ubuntu we suggest installing libssl-dev, build-essential, libncurses5, libncurses5-dev, zip, uuid-dev, libfreetype6-dev, and tk-dev. I'm not sure what overlap in necessary packages there is between red hat based linux distros like Springdale and debian-based distros like ubuntu. Also, if worse comes to worse, you might have more success with a manual yt install, described here: http://yt-project.org/docs/dev/advanced/installing.html#manual-installation. Cheers, Nathan On Wed, Jun 5, 2013 at 11:46 AM, Joseph Godino <jgodino5@gmail.com> wrote:
Hello,
I am trying to install yt with enzo on a computer running Springdale Linux 6.4 using the shell script install_script.sh. However, I keep getting the following error -
******************************************** FAILURE REPORT: ********************************************
running install_egg_info Writing /home/jgodino/Software/enzo/yt-x86_64/lib/python2.7/site-packages/mercurial-2.5.4-py2.7.egg-info using https://bitbucket.org/yt_analysis/yt-supplemental/ sending capabilities command abort: Python SSL support not found using https://bitbucket.org/yt_analysis/yt/ sending capabilities command abort: Python SSL support not found abort: repository /home/jgodino/Software/enzo/yt-x86_64/src/yt-hg/ not found! /home/jgodino/Software/enzo/yt-x86_64/bin/python2.7: can't open file '/home/jgodino/Software/enzo/yt-x86_64/src/yt-hg//distribute_setup.py': [Errno 2] No such file or directory
Any suggestions on how to solve this.
Regards,
Joe
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
Hello Nathan, Installing openssl-devel fixed the problem. Thanks, Joe On Wed, 2013-06-05 at 11:57 -0700, Nathan Goldbaum wrote:
Hi Joe,
Sorry to hear you're having trouble. This is the first we've heard of someone trying to install yt on Springdale Linux so unfortunately I don't have a panacea.
The error you're seeing is due to not having the SSL libraries installed. To fix it, you'll need to install the 'openssl' and 'openssl-devel' packages. If you don't have root access to the machine you're installing on, you'll need to discuss this with the sysadmin.
There may be other packages you'll need as well. For example, on ubuntu we suggest installing libssl-dev, build-essential, libncurses5, libncurses5-dev, zip, uuid-dev, libfreetype6-dev, and tk-dev. I'm not sure what overlap in necessary packages there is between red hat based linux distros like Springdale and debian-based distros like ubuntu.
Also, if worse comes to worse, you might have more success with a manual yt install, described here: http://yt-project.org/docs/dev/advanced/installing.html#manual-installation.
Cheers,
Nathan
On Wed, Jun 5, 2013 at 11:46 AM, Joseph Godino <jgodino5@gmail.com> wrote: Hello,
I am trying to install yt with enzo on a computer running Springdale Linux 6.4 using the shell script install_script.sh. However, I keep getting the following error -
******************************************** FAILURE REPORT: ********************************************
running install_egg_info Writing /home/jgodino/Software/enzo/yt-x86_64/lib/python2.7/site-packages/mercurial-2.5.4-py2.7.egg-info using https://bitbucket.org/yt_analysis/yt-supplemental/ sending capabilities command abort: Python SSL support not found using https://bitbucket.org/yt_analysis/yt/ sending capabilities command abort: Python SSL support not found abort: repository /home/jgodino/Software/enzo/yt-x86_64/src/yt-hg/ not found! /home/jgodino/Software/enzo/yt-x86_64/bin/python2.7: can't open file '/home/jgodino/Software/enzo/yt-x86_64/src/yt-hg//distribute_setup.py': [Errno 2] No such file or directory
Any suggestions on how to solve this.
Regards,
Joe
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
participants (2)
-
Joseph Godino
-
Nathan Goldbaum