You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I installed python3-venv and tried again, got the same error. I proceeded reboot the system and attempted again, no luck. It looks like I do have it installed:
jon@rstudio:~$ sudo apt install python3-venv
[sudo] password for jon:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
python3-venv is already the newest version (3.10.6-1~22.04).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
jon@rstudio:~$
Reticulate Config:
> reticulate::py_config()
python: /usr/bin/python3
libpython: /usr/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.so
pythonhome: //usr://usr
version: 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0]
numpy: [NOT FOUND]
NOTE: Python version was forced by RETICULATE_PYTHON_FALLBACK
How do I change the RETICULATE_PYTHON_FALLBACK?
This is in a Ubuntu Jammy Jellyfish VM dedicated to running RStudio Server.
The text was updated successfully, but these errors were encountered:
I'm trying to create a virtual environment, but get the following error
So I installed python3-venv and tried again, got the same error. I proceeded reboot the system and attempted again, no luck. It looks like I do have it installed:
Reticulate Config:
How do I change the RETICULATE_PYTHON_FALLBACK?
This is in a Ubuntu Jammy Jellyfish VM dedicated to running RStudio Server.
The text was updated successfully, but these errors were encountered: