-
Notifications
You must be signed in to change notification settings - Fork 25
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
failed to install 'unknown package' from GitHub. #90
Comments
@pwaltman @imielinski @walaj @evanbiederstedt Dear JaBba authors: any suggestions for this reported issue? Thank you! |
Hi Rong - this is an issue with devtools::install_github that impacts some
users and not others when dependencies get installed
have you tried making a GITHUB_PAT token? should be a workaround while we
investigate
Marcin
ps also we recommend running jabba with R4.1 or earlier – there were some
non back-compatible changes to base packages in R4.2 that we are trying to
update our codebase for .. sorry for the inconvenience
…--
Marcin Imieliński M.D., Ph.D.
Lab head, www.mskilab.org
https://github.com/mskilab
Interim Member of the Faculty
Department of Pathology
Director of Cancer Genetics
Perlmutter Cancer Center
NYU Grossman School of Medicine
Assistant Attending Pathologist
NYU Langone Health
550 1st Avenue, New York, NY
em: ***@***.***
ph: (617) 528-0211
Core Member
New York Genome Center
101 6th Ave, New York, NY
em: ***@***.***
ph: (646) 977-7214
--
This message is for the recipient’s use only, and may contain
confidential, privileged or protected information. Any unauthorized use or
dissemination of this communication is prohibited. If you received this
message in error, please immediately notify the sender and destroy all
copies of this message. The recipient should check this email and any
attachments for the presence of viruses, as we accept no liability for any
damage caused by any virus transmitted by this email.
|
@imielinski Hello Marcin, Thank you for your suggestions. I do not have a github token, this is my first time to hit this problem. I think I will proceed with R/4.1 to see if it works there. Regards, |
@imielinski Hello Marcin, using R/4.1.0 hit the similar problem for github credential. I research and find this article https://github.com/settings/tokens/new, however, i failed to open the page on HPC node to proceed. Do you have an example how you proceed? Or any other work around? Regards, |
If you wish to generate a personal access token (PAT), I suggest you take a look at this: https://stackoverflow.com/a/33668077/10302846 Alternatively, as a workaround, you can try cloning the JaBbA repo and loading the package locally:
|
Thank you Shihab. @shihabdider The workaround works for me. Regards, |
26e9102 now installs Sequenza from the CRAN archive, which should fix this issue. |
I revisit JaBbA installation for R/4.3.1 on RHEL8. devtools::install_github('mskilab/JaBbA') still hit : If I manually install sequenza:
ERROR: dependency ‘copynumber’ is not available for package ‘sequenza’ Then, if use BiocManager to install copynumber,
The downloaded source packages are in The dependencies for JaBbA can't be installed. Do you have any suggestion? Thanks! |
It looks like your Bioconductor version is not compatible with the version of You may instead try the installation instructions given here: https://www.bioconductor.org/packages//2.12/bioc/html/copynumber.html E.g
|
Hello @shihabdider : Thank you for a reply with suggested approach. I tried the above method yesterday but the commands does not work as expected. Thank you, |
Hello JaBbA authors, I use R/4.3.1 to install JaBbA on RHEL8, it does not work.
Tried
Further to try
Also tried:
NO luck to work on R/4.3.1. |
I was able to reproduce your original issue with installing
Also for the original github token error (which may also be relevant to the above code), you will need to first generate a github PAT (go here) and then add this as an environment variable via |
Hello @shihabdider Thank you for your reply. Now I guess my goal is to have a test case working under R/4.1.0 or R/4.3.1, which is reported in issue #97. Thanks again for your consistent support. |
Dear KaBbA authors:
I tried install the package under module load R/4.2.1 by the command:
devtools::install_github('mskilab/JaBbA')
Hit the similar message of
...
The downloaded source packages are in
‘/tmp/Rtmp9JUgRy/downloaded_packages’
Error: Failed to install 'unknown package' from GitHub:
Failed to install 'unknown package' from GitHub:
Failed to install 'gChain' from GitHub:
HTTP error 403.
API rate limit exceeded for 143.111.84.242. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)
Rate limit remaining: 0/60
Rate limit reset at: 2023-06-19 23:04:12 UTC
To increase your GitHub API rate limit
usethis::create_github_token()
to create a Personal Access Token.usethis::edit_r_environ()
and add the token asGITHUB_PAT
.I don't have a project with github.
May you please advise?
Regards,
Rong
The text was updated successfully, but these errors were encountered: