KeyError: 'PROJ_LIB' when trying to run a Python chunk in an Rmd

前端 未结 0 567
说谎
说谎 2020-12-29 07:24
#python packages
library(reticulate)  # for the python plot later on
py_install("pandas")
py_install("numpy")
py_install("networkx")
py         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题