Python not taking my command #18
Replies: 2 comments
-
|
It looks like the issue stems from using |
Beta Was this translation helpful? Give feedback.
-
|
I agree with @2773908879. The previous version of Tasksync-V5 uses |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Copilot in VsCode with Claude Opus 4.5 and it's taking my TaskSync.md seriously enough to execute the Python terminal and wait for a task, but when I write my next command and press enter nothing happens.
This is what the copilot runs: python3 -c "import sys; print('Enter Task: '); sys.stdin.read()"

And this is what happens when I try to enter the task:
Python version: Python 3.14.2
Beta Was this translation helpful? Give feedback.
All reactions