<div dir="ltr">Hi Wolfram,<div><br></div><div>This looks like an issue with Continuum Analytics' servers which unfortunately we don't control. Since it got that far in the install script I think this might just be a transient network issue with that one endpoint. I just tried running the install script on my laptop and didn't see any issues. Can you try again?</div><div><br></div><div>Another option would be to try running the install script with INST_CONDA=0 (you'll need to edit the bash install script to set this), which will not use miniconda or try to connect to any of the conda/anaconda web services. Finally you should also be able to set up your own python environment and just to "pip install yt" or set up your own conda environment and do "conda install -c conda-forge yt".</div><div><br></div><div>-Nathan</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 28, 2017 at 5:28 AM, Wolfram Schmidt <span dir="ltr"><<a href="mailto:wolfram.schmidt@uni-hamburg.de" target="_blank">wolfram.schmidt@uni-hamburg.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I have encountered a problem when installing yt using the miniconda python distribution on a remote host. After downloading and installing various packages, the installation process gets stuck here (see also attached log file):<br>
<br>
EXECUTING:<br>
  /home/h/hzfbhsws/yt-conda/bin/<wbr>conda install -c conda-forge --yes yt<br>
Fetching package metadata ...........<br>
Solving package specifications: .<br>
<br>
<br>
CondaError: CondaHTTPError: HTTP None None for url <<a href="https://conda.anaconda.org/conda-forge/linux-64/conda-env-2.6.0-0.tar.bz2" rel="noreferrer" target="_blank">https://conda.anaconda.org/co<wbr>nda-forge/linux-64/conda-env-<wbr>2.6.0-0.tar.bz2</a>><br>
Elapsed: None<br>
<br>
Indeed when I try<br>
<br>
wget <a href="https://conda.anaconda.org/conda-forge/linux-64/conda-env-2.6.0-0.tar.bz2" rel="noreferrer" target="_blank">https://conda.anaconda.org/con<wbr>da-forge/linux-64/conda-env-2.<wbr>6.0-0.tar.bz2</a><br>
<br>
on the host on which I have been running the installation, the following error message is thrown:<br>
<br>
Connecting to <a href="http://s3.amazonaws.com" rel="noreferrer" target="_blank">s3.amazonaws.com</a>|54.231.40.130<wbr>|:443... failed: No route to host.<br>
<br>
On the local host (i.e. my PC), there is no problem with downloading the conda-env package with wget:<br>
<br>
Saving to: ‘conda-env-2.6.0-0.tar.bz2’<br>
<br>
conda-env-2.6.0-0.tar.bz2 100%[=========================<wbr>==============================<wbr>============>] 1017  --.-KB/s    in 0s<br>
<br>
2017-03-28 12:18:08 (37,9 MB/s) - ‘conda-env-2.6.0-0.tar.bz2’ saved [1017/1017]<br>
<br>
Maybe the problem is related to port 443 on the host on which I want to install yt.<br>
<br>
In any case, how can I circumvent this? I can put the required package into the yt-conda/pkgs directory, but I haven't figured out how to tell the installation script to use the existing file rather than attempting to download it.<br>
<br>
Best regards,<br>
Wolfram<br>
<br>
<br>______________________________<wbr>_________________<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/<wbr>listinfo.cgi/yt-users-<wbr>spacepope.org</a><br>
<br></blockquote></div><br></div>