Skip to content

Installation failed: Timeout was reached during installation of IRkernel #493

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

Closed
estebancolla opened this issue Jul 27, 2017 · 8 comments
Closed

Comments

@estebancolla
Copy link

estebancolla commented Jul 27, 2017

First I install 'devtools' successfully (so I assume that the connection is fine). But then, after devtools::install_github('IRkernel/IRkernel') I get a connection failure. Does anybody know what's going on? I am using RGui (64-bit) on Windows 7 Professional. Below are the lines that appear in the R-console:

> install.packages('devtools')
probando la URL 'https://lib.ugent.be/CRAN/bin/windows/contrib/3.4/devtools_1.13.2.zip'
Content type 'application/zip' length 443150 bytes (432 KB)
downloaded 432 KB

packagedevtoolssuccessfully unpacked and MD5 sums checked

The downloaded binary packages are in
        C:\Users\ecolla\AppData\Local\Temp\RtmpeA3zT3\downloaded_packages
> devtools::install_github('IRkernel/IRkernel')
Installation failed: Timeout was reached: Connection timed out after 10015 milliseconds
@flying-sheep
Copy link
Member

well, you seem to have connectivity problems to github 🙁

no idea why this is in your specific case, there could be a thousand reasons depending on country, OS, version, …

@estebancolla
Copy link
Author

estebancolla commented Jul 28, 2017

I downloaded the zip file, unzipped it and the following worked.

devtools::install("C:\\Users\\ecolla\\Downloads\\IRkernel-master\\IRkernel-master")

@flying-sheep
Copy link
Member

great!

@SarathDesu
Copy link

Hi, I am facing similar kind of issue. Could you please help where I can download the zip file?

@estebancolla estebancolla reopened this Sep 25, 2017
@estebancolla
Copy link
Author

You can go to https://github.com/IRkernel/IRkernel and above at the right, you will see the green button "clone or download." Hope it works.

@zypiner
Copy link

zypiner commented Apr 16, 2018

@estebancolla

I downloaded the zip file, unzipped it and the following worked.

devtools::install("C:\\Users\\ecolla\\Downloads\\IRkernel-master\\IRkernel-master")

It works. Thanks a lot.

@dyjun
Copy link

dyjun commented Aug 15, 2022

It works for me . Thanks a lot.

I downloaded the zip file, unzipped it and the following worked.

devtools::install("C:\\Users\\ecolla\\Downloads\\IRkernel-master\\IRkernel-master")

It works for me. Thanks.

@flying-sheep
Copy link
Member

Why don’t y’all just do install.packages('IRkernel')?

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

5 participants