Giter Club home page Giter Club logo

lando's People

Contributors

gpawi avatar

Stargazers

 avatar  avatar

Watchers

 avatar

lando's Issues

Warning message: "le package 'ffbase' n'est pas disponible for this version of R

Hello,

I'm trying to use LANDO but I'm pretty new in coding (some experience in R)
When I do the install-requirements in Jupyter Notebook I get the message :

Warning message:
le package 'ffbase' n'est pas disponible for this version of R

I'm using the old version given in the Readme hoping that way it will not give errors but maybe I have to install latest version of R ...
Any ideas ?

Thank you in advance

Error shown while running the second cell during Install-requirement.

How to resolve this error?

Error: Failed to install 'unknown package' from URL:
Could not find tools necessary to compile a package
Call pkgbuild::check_build_tools(debug = TRUE) to diagnose the problem.
Traceback:

  1. install_version("arrow", version = "2.0.0", repos = "https://cloud.r-project.org") # at line 39 of file
  2. pkgbuild::with_build_tools({
    . ellipsis::check_dots_used(action = getOption("devtools.ellipsis_action",
    . rlang::warn))
    . {
    . if (length(package) < 1) {
    . return()
    . }
    . if (length(package) > 1) {
    . stop("install_version() must be called with a single 'package' argument - multiple packages given")
    . }
    . if (!identical(type, "source")) {
    . stop("type must be 'source' for install_version()",
    . call. = FALSE)
    . }
    . url <- download_version_url(package, version, repos,
    . type)
    . res <- install_url(url, dependencies = dependencies,
    . upgrade = upgrade, force = force, quiet = quiet,
    . build = build, build_opts = build_opts, build_manual = build_manual,
    . build_vignettes = build_vignettes, repos = repos,
    . type = type, ...)
    . lib <- list(...)$lib %||% .libPaths()
    . add_metadata(system.file(package = package, lib.loc = lib),
    . list(RemoteType = NULL, RemoteUrl = NULL, RemoteSubdir = NULL))
    . invisible(res)
    . }
    . }, required = FALSE)
  3. install_url(url, dependencies = dependencies, upgrade = upgrade,
    . force = force, quiet = quiet, build = build, build_opts = build_opts,
    . build_manual = build_manual, build_vignettes = build_vignettes,
    . repos = repos, type = type, ...)
  4. install_remotes(remotes, dependencies = dependencies, upgrade = upgrade,
    . force = force, quiet = quiet, build = build, build_opts = build_opts,
    . build_manual = build_manual, build_vignettes = build_vignettes,
    . repos = repos, type = type, ...)
  5. tryCatch(res[[i]] <- install_remote(remotes[[i]], ...), error = function(e) {
    . stop(remote_install_error(remotes[[i]], e))
    . })
  6. tryCatchList(expr, classes, parentenv, handlers)
  7. tryCatchOne(expr, names, parentenv, handlers[[1L]])
  8. value[3L]

A lot of errors during Install-requirements ...

Hello again,

I try again to use LANDO but again I run in quite a lot of errors during requirements installation from Notebook.
I don't have so much time so I think I will be running my age models in another way but I thought I should try asking here anyway.

First I have an error when reinstalling arrow 2.0.0 from this part of the code :

library('devtools') if (get_os() == 'osx'){ install_version('clam', version='2.3.9', repos= "https://cloud.r-project.org") } else if (get_os() == 'windows'){ install_version('clam', version='2.3.9', repos= "https://cloud.r-project.org") install_version('arrow', version='2.0.0', repos= "https://cloud.r-project.org") } else { install_version('clam', version='2.3.9', repos= "https://cloud.r-project.org") }

Here the error :

Warning message in i.p(...): "installation of package 'C:/Users/MLANIE~1/AppData/Local/Temp/Rtmp4uf3v3/remotes305ce6265cc/arrow' had non-zero exit status"

Then it can't seem to install hamstr, there is a very long report that I will put at the end of this post but at the end the error is :

-----------------------------------
   ERROR: package installation failed

Error: Failed to install 'hamstr' from GitHub:
  ! System command 'Rcmd.exe' failed
Traceback:

1. remotes::install_github("earthsystemdiagnostics/hamstr", args = "--preclean", 
 .     build_vignettes = FALSE)
2. install_remotes(remotes, auth_token = auth_token, host = host, 
 .     dependencies = dependencies, upgrade = upgrade, force = force, 
 .     quiet = quiet, build = build, build_opts = build_opts, build_manual = build_manual, 
 .     build_vignettes = build_vignettes, repos = repos, type = type, 
 .     ...)
3. tryCatch(res[[i]] <- install_remote(remotes[[i]], ...), error = function(e) {
 .     stop(remote_install_error(remotes[[i]], e))
 . })
4. tryCatchList(expr, classes, parentenv, handlers)
5. tryCatchOne(expr, names, parentenv, handlers[[1L]])

Octave Parallel: Win 64

Octave seems to be unable to install parallel package on Win 10 (64 bit).

After running

pkg install -forge parallel

it throws an error and wont build. Which subsequently seems to affect behavior of LANDO notebook and processing. Is it possible to ditch code parallelization if needed?

Octave ver. 7.1.0

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.