<div dir="ltr">The issue is that the version of openSSL installed on Pleiades is out of date (read insecure), so modern versions of python (specifically, newer than 2.7.9) will refuse to link against it. This breaks pip, among other things.<div><br></div><div>Rather than using the install script, I'd suggest installing yt using miniconda which bundles a build of an up-to-date openSSL:</div><div><br></div><div><a href="http://yt-project.org/docs/dev/installing.html#installing-yt-using-anaconda">http://yt-project.org/docs/dev/installing.html#installing-yt-using-anaconda</a><br></div><div><br></div><div>I've been using a setup based on miniconda on Pleiades for the past couple of years with no issue.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Aug 26, 2015 at 4:44 PM, Eli Visbal <span dir="ltr"><<a href="mailto:visbal@astro.columbia.edu" target="_blank">visbal@astro.columbia.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I am a postdoc at Columbia University fairly new to yt and am having<br>
trouble installing it on the NASA Pleiades supercomputer. I was hoping<br>
that someone else has figured this out before and could help me.<br>
<br>
I tried running the yt install script obtained with:<br>
wget <a href="http://bitbucket.org/yt_analysis/yt/raw/stable/doc/install_script.sh" rel="noreferrer" target="_blank">http://bitbucket.org/yt_analysis/yt/raw/stable/doc/install_script.sh</a><br>
<br>
When I attempt to run this script, it crashes giving the error message<br>
copied below. I believe it may be related to the version of ssl on<br>
Pleiades. Any help would be greatly appreciated. Thank you!<br>
<br>
Best,<br>
Eli Visbal<br>
-----------------------------------------------------------------<br>
...<br>
Installing HDF5<br>
Installing SQLite3<br>
Installing Python 2. This may take a while, but don't worry. yt loves you.<br>
Installing setuptools-18.0.1<br>
Installing mercurial-3.4<br>
Cloning yt<br>
Setting YT_DIR=/u/evisbal/yt-x86_64/src/yt-hg/<br>
Installing pip<br>
********************************************<br>
        FAILURE REPORT:<br>
********************************************<br>
  File "/home1/evisbal/yt-x86_64/lib/python2.7/site-packages/mercurial/url.py",<br>
line 346, in connect<br>
    **sslutil.sslkwargs(self.ui, host))<br>
  File "/home1/evisbal/yt-x86_64/lib/python2.7/site-packages/mercurial/sslutil.py",<br>
line 36, in ssl_wrap_socket<br>
    sslcontext.options &= ssl.OP_NO_SSLv2 & ssl.OP_NO_SSLv3<br>
ValueError: can't clear options before OpenSSL 0.9.8m<br>
abort: repository /u/evisbal/yt-x86_64/src/yt-hg/ not found!<br>
2015-08-26 14:01:04 URL:<a href="https://bootstrap.pypa.io/get-pip.py" rel="noreferrer" target="_blank">https://bootstrap.pypa.io/get-pip.py</a><br>
[1412744/1412744] -> "get-pip.py" [1]<br>
Collecting pip<br>
  Could not find a version that satisfies the requirement pip (from versions: )<br>
No matching distribution found for pip<br>
********************************************<br>
********************************************<br>
_______________________________________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" rel="noreferrer" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
</blockquote></div><br></div>