-
Hi there, im trying to use reticulate with the Positron IDE and it does not work for me. Im on a MacBook with M1 Chip and running Positron version is 1.103.0.Positron Version: 2025.10.0 build 199 I'm using R Version 4.5.1 and Python 3.11.14 in miniconda. The problem is that the python shell/console is started but positron is stuck at Below are logs from the Python Kernel which says that Logs from positron.positron-supervisor.Python (reticulate) Kernel
Any ideas why this happens and what I could change or try out? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello @jojo599k Thanks for reporting! A new release of Ipykernel has affected support for reticulate within positron. I'm working on it. While it's not solved, you can downgrade ipykernel by using Sorry for the disruption. |
Beta Was this translation helpful? Give feedback.
Hello @jojo599k
Thanks for reporting!
A new release of Ipykernel has affected support for reticulate within positron. I'm working on it.
While it's not solved, you can downgrade ipykernel by using
reticulate::py_require("ipykernel<7")
before starting the reticulate repl, or if you are using a local .venv, by downgrading the installed ipykernel version to some version below 7.0.Sorry for the disruption.