I have been using Cursor for both Python and R development for over a year now. I recently switched from a Windows PC to an Apple M4 Pro. Since then, when I run several blocks of code at once in the R interactive window, I get a PTY Host Unresponsive error. This tends to be when I am loading or manipulating a larger dataframe.
Any thoughts? I’ve looked through some of the other topics related to the PTY unresponsive issue but none of the solutions offered have helped thus far.
I wanted to bump this with an image of the type of issue I’m facing. Below, I set up a few connections to databases and try loading some data from them. Often, when testing code, I will highlight chunks of code as below and run it in the R interactive console. Before switching to my current Mac (had a Lenovo PC), I had no issues. Now it seems whenever I am running more than a single line of code at a time, particularly when the code may have a slightly longer runtime, I get this issue with the Pty Host.
I have been really enjoying Cursor and it has made me very productive so I’d really like to not go back to RStudio but this has been a frustrating bug when setting up new code handling larger datasets.