Skip to content

Commit

Permalink
Install pandas through pip together with tspop (GLIBCXX errors)
Browse files Browse the repository at this point in the history
  • Loading branch information
bodkan committed Dec 20, 2023
1 parent 23bc1dd commit cbe960a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/interface.R
Expand Up @@ -1447,7 +1447,7 @@ setup_env <- function(quiet = FALSE, agree = FALSE, pip = NULL) {
# dependencies are defined all in one place)
versions <- PYTHON_ENV %>% gsub("-", "==", .) %>% strsplit("_") %>% .[[1]]
python_version <- gsub("Python==", "", versions[1])
package_versions <- c(versions[-1], "pandas")
package_versions <- versions[-1]

reticulate::conda_create(envname = PYTHON_ENV, python_version = python_version)
reticulate::use_condaenv(PYTHON_ENV, required = TRUE)
Expand Down

0 comments on commit cbe960a

Please sign in to comment.