Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installation issue #237

Open
ywang39 opened this issue Sep 23, 2022 · 4 comments
Open

installation issue #237

ywang39 opened this issue Sep 23, 2022 · 4 comments

Comments

@ywang39
Copy link

ywang39 commented Sep 23, 2022

install failed message

@ywang39
Copy link
Author

ywang39 commented Sep 23, 2022

install failed message 2

@ialbert
Copy link
Member

ialbert commented Sep 23, 2022

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
Copy link

akgreat22 commented Jul 11, 2023

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
Copy link
Member

ialbert commented Jul 11, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants