posit-dev / posit-dev/positron
Reticulate Python output not shown on Windows
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 4.3k
- Forks
- 183
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 206
Description
Output from reticulated Python is not shown in the R console on Windows.
For example:
reticulate::py_eval("print('hi')")
Produces the expected hi on Linux and Mac, but not on Windows.
Windows screenshot with no output:
Linux screenshot with expected output:
First reported in https://github.com/posit-dev/positron/issues/4457#issuecomment-2330262610
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing reticulate::py_eval("print('hi')") in the R console on Windows and compare it with Linux or macOS behavior. Trace the Positron console output path involved in displaying Python output; done means the expected hi appears on Windows as well.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, r
- Domain
- desktop-dev, developer-experience
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100