jtr13 / cc21fall1

Source files for EDAV Fall 2021 Mon / Wed Community Contribution Project
https://jtr13.github.io/cc21fall1
4 stars 67 forks source link

Chapters with eval=FALSE since they require Python #84

Open jtr13 opened 2 years ago

jtr13 commented 2 years ago

There are a number of chapters which are causing the build to fail since they have Python code. The code works locally but not in the build environment because we don't have Python installed. Adding a Python installtion to our GitHub actions script would be a start, but we'd also need to make sure that the package that needs it, such as reticulate or keras is able to find it. For now the code chunks are set to eval=FALSE so the build will pass.

https://jtr13.github.io/cc21fall1/beginners-walk-through-of-deep-learning-in-r.html

Please comment on this thread if you find an additional chapter with this issue.

jtr13 commented 2 years ago

Of relevance: https://github.com/rstudio/reticulate/issues/793#issuecomment-653690366