We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
> test_check("stevedore") -- 1. Failure: python_locate_version (@test-httppipe-unix.R#97) --------------- `python_locate_version("nosuchmodule")` threw an error with unexpected message. Expected match: "Did not find required python module 'nosuchmodule'" Actual message: "lexical error: invalid char in json text.\n NA\n (right here) ------^\n" Backtrace: 1. testthat::expect_error(...) 6. stevedore:::python_locate_version("nosuchmodule") 7. reticulate::py_discover_config(module) 8. reticulate:::python_conda_versions() 10. reticulate::conda_list(conda = conda) 11. jsonlite::fromJSON(conda_envs) 12. jsonlite:::parse_and_simplify(...) 13. jsonlite:::parseJSON(txt, bigint_as_char) 14. jsonlite:::parse_string(txt, bigint_as_char)
Affecting CRAN with recent reticulate. Note that the new reticulate also offers a way of specifying dependencies (https://stat.ethz.ch/pipermail/r-package-devel/2020q1/004821.html) though practically we should fix the windows support #1 properly at some point...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Affecting CRAN with recent reticulate. Note that the new reticulate also offers a way of specifying dependencies (https://stat.ethz.ch/pipermail/r-package-devel/2020q1/004821.html) though practically we should fix the windows support #1 properly at some point...
The text was updated successfully, but these errors were encountered: