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

Problem installing Monocle3 #721

Open
dbeauv opened this issue May 16, 2024 · 2 comments
Open

Problem installing Monocle3 #721

dbeauv opened this issue May 16, 2024 · 2 comments

Comments

@dbeauv
Copy link

dbeauv commented May 16, 2024

Trying to install Monocle3 and get the following error messages:

install.packages("devtools")
trying URL 'https://ftp.osuosl.org/pub/cran/bin/windows/contrib/4.4/devtools_2.4.5.zip'
Content type 'application/zip' length 440976 bytes (430 KB)
downloaded 430 KB

package ‘devtools’ successfully unpacked and MD5 sums checked

The downloaded binary packages are in
C:\Users\dbeauv\AppData\Local\Temp\Rtmps7LoWI\downloaded_packages

devtools::install_github('cole-trapnell-lab/monocle3')
Downloading GitHub repo cole-trapnell-lab/monocle3@HEAD
Error: Failed to install 'monocle3' from GitHub:
Could not find tools necessary to compile a package
Call pkgbuild::check_build_tools(debug = TRUE) to diagnose the problem.
pkgbuild::check_build_tools(debug = TRUE)
Error: Could not find tools necessary to compile a package
Call pkgbuild::check_build_tools(debug = TRUE) to diagnose the problem.

Any advice on how to proceed?

@mainharryHR
Copy link

mainharryHR commented Jul 1, 2024

I have the exact the same problems in Mac, It seems no one is responding. :)
Please let me know if you have solutions.
Error: Failed to install 'monocle3' from GitHub: Could not find tools necessary to compile a package Call pkgbuild::check_build_tools(debug = TRUE) to diagnose the problem.

Best,
Harry

@suanzaoren
Copy link

I have the exact the same problems in Mac, It seems no one is responding. :) Please let me know if you have solutions. Error: Failed to install 'monocle3' from GitHub: Could not find tools necessary to compile a package Call pkgbuild::check_build_tools(debug = TRUE) to diagnose the problem.

Best, Harry

It might be useful to execute this code:options(buildtools.check = function(action) TRUE )

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