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: Failed to install 'SeuratWrappers' from GitHub #150

Open
ElenaSLuis opened this issue Mar 15, 2023 · 2 comments
Open

Error: Failed to install 'SeuratWrappers' from GitHub #150

ElenaSLuis opened this issue Mar 15, 2023 · 2 comments

Comments

@ElenaSLuis
Copy link

HEy,

I am having problems in the installation of seurat-wrappers:

remotes::install_github("satijalab/seurat-wrappers")
Downloading GitHub repo satijalab/seurat-wrappers@HEAD
Error: Failed to install 'SeuratWrappers' from GitHub:
(converted from warning) skipping pax global extended headers

how can I solve it?

thank you :)

elena

@dimitrisokolowskei
Copy link

I was having a similar issue @ElenaSLuis. I solved this using a conda environment. First, I installed remotes package:

conda install -c conda-forge r-remotes

Then I installed R-Utils package:

conda install -c conda-forge r-r.utils

I hope this could help you out.

@organicbrownrice
Copy link

Install R.utils and try again:

install.packages("R.utils")

This is what worked for me.

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