Time.sleep still not working in VSCode EDu

I am having trouble getting the time library to work. In particular, I would like to use the time.sleep(1) feature available in python, but it does not work. I have read and tried the work around presented in the post below.

https://community.vscodeedu.com/t/using-time-sleep/990

Even when I completed the Spooky Manor tutorial myself, the text was being flushed to output immediately without any pauses.

Is there currently any workaround for time.sleep?

Hi Andrew. Apologies for the inconvenience. We are tracking this issue and hope to have a solution soon.

Time library still not working in VSCode (browswer version). This is basic functionality.

You have been working on it since May and it is now November. Any update? Any guidance?

I cannot believe it has taken me this long to find any clear message on this issue.

import time

print(“hi”)

time.sleep(1.5)

print(“Hi Again”)

Any update on making this basic functionality work? It has been several months!

Hi Stuart, we are still waiting for Webassembly WASI support to enable this. Unfortunately this isn’t possible at the moment.