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

error in installation #594

Closed
14mprb opened this issue Oct 24, 2018 · 5 comments
Closed

error in installation #594

14mprb opened this issue Oct 24, 2018 · 5 comments

Comments

@14mprb
Copy link

14mprb commented Oct 24, 2018

I have followed the steps decribed here:
https://richpauloo.github.io/2018-05-16-Installing-the-R-kernel-in-Jupyter-Lab/

when I get to this step (ran through anaconda prompt as admin in R):
devtools::install_github("IRkernel/IRkernel")

I get:

Downloading GitHub repo IRkernel/IRkernel@master
Error: Git does not seem to be installed on your system.
In addition: Warning messages:
1: In untar2(tarfile, files, list, exdir) :
skipping pax global extended headers
2: In untar2(tarfile, files, list, exdir) :
skipping pax global extended headers

help me please, what do I need to do?

@14mprb
Copy link
Author

14mprb commented Oct 24, 2018

And when I try to run R code through Jupyter lab I get this message:

Error in contrib.url(repos, "source"): trying to use CRAN without setting a mirror
Traceback:

  1. install.packages("prophet")
  2. contrib.url(repos, "source")
  3. stop("trying to use CRAN without setting a mirror")

@flying-sheep
Copy link
Member

flying-sheep commented Oct 26, 2018

Error: Git does not seem to be installed on your system.

well, if you want to do that then you first need to install git.

trying to use CRAN without setting a mirror

that has been fixed 2 years ago: #339. do you have a years-old version of IRkernel installed?

@ghost
Copy link

ghost commented Nov 5, 2018

Thanks everyone,I have same error,I install githttps://git-scm.com/downloads,all is OK.But all guides do not tell our to install GIT.

@flying-sheep
Copy link
Member

yeah, you’re right. we should probably fix that, but then again, the error message is very clear

@14mprb
Copy link
Author

14mprb commented Nov 5, 2018

That fixed the issue for me! thanks

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

No branches or pull requests

2 participants