Re: [R-pkg-devel] Error in creating virtual environment on Debian machines

2024-09-06 Thread Ivan Krylov via R-package-devel
Hello Taeyong and welcome to R-package-devel! В Thu, 5 Sep 2024 23:40:00 +0300 Taeyong Park пишет: > # Define paths > venv_path <- file.path(Sys.getenv("HOME"), ".virtualenvs", > "pytrends-in-r-new") > python_path <- file.path(venv_path, "bin", "python") Please don't require placing the v

[R-pkg-devel] Error in creating virtual environment on Debian machines

2024-09-06 Thread Taeyong Park
Hello, I am trying to create a virtual environment in the zzz.r file of my package, and my package is currently passing on Windows and failing on Debian with 1 ERROR. This is the ERROR: * installing *source* package ‘PytrendsLongitudinalR’ ... ** using staged installation ** R ** inst ** byte-c