posit-dev / positron

Positron, a next-generation data science IDE
https://positron.posit.co
Other
2.82k stars 90 forks source link

Kallichore: reticulate::repl_python() doesn't work with Kallichore enabled (socket hang up) #5403

Closed testlabauto closed 3 days ago

testlabauto commented 3 days ago

System details:

Positron and OS details:

Positron Version: 2024.12.0 (Universal) build 41 OSX

Interpreter details:

R 4.3.3

Describe the issue:

When running reticulate::repl_python(), the following error appears:

Image

If you disable Kallichore and try again it works.

Steps to reproduce the issue:

  1. Download and start newest release
  2. Start R interpreter
  3. Run reticulate::repl_python()
  4. Note error
  5. Repeat with Kallichore off and note that it works

Expected or desired behavior:

Kallichore shouldn't affect reticulate::repl_python()

Were there any error messages in the UI, Output panel, or Developer Tools console?

Image