biostars / biostar-handbook

Issue tracker for the Biostar Handbook
57 stars 12 forks source link

installation issue #237

Open ywang39 opened 2 years ago

ywang39 commented 2 years ago

install failed message

ywang39 commented 2 years ago

install failed message 2

ialbert commented 2 years ago

sounds like your network is proxied via some other connection, or something going on with the network in general

Google the error message and see what people recommend, I found this thread

I found this recommendation

conda config --set ssl_verify false 

https://stackoverflow.com/questions/33699577/conda-update-fails-with-ssl-error-certificate-verify-failed

after you do the above follow the step by step installation

akgreat22 commented 1 year ago

I am having an installation issue too but on 'curl http://data.biostarhandbook.com/install.sh | bash'. I got the result below

davo@DESKTOP-UJ2H7UL ~
$ curl http://data.biostarhandbook.com/install.sh | bash
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  3440  100  3440    0     0   2102      0  0:00:01  0:00:01 --:--:--  2160
#
# 1/10 Bootstrapping the Biostar Handbook
#
#
# 6/10 Creating the bioinfo environment
#
Collecting package metadata (current_repodata.json): ...working... failed

CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://conda.anaconda.org/conda-forge/linux-64/current_repodata.json>
Elapsed: -

An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.
'https//conda.anaconda.org/conda-forge/linux-64'
ialbert commented 1 year ago

this error is quite the puzzler and not related to the code in the Handbook.

What often happens is that there is some sort of antivirus software or the internet connection goes through a VPN etc. Or perhaps the computer you work with is provided by an institution that runs various administrative tools on it that restrict certain kinds of access.

Sometimes the internet connection provided by an entity has various unexpected limits, and working from home for example solves the problem.

Those would be my recommendations.