Poetry breaks down randomly

Whenever I try to run poetry, I get the following error

bash: /home/user/.local/share/pypoetry/venv/bin/poetry: cannot execute: required file not found

poetry venv’s python seemed to be broken

(venv) jax-8211015:~/.local/share/pypoetry/venv/bin$ python
bash: /home/user/.local/share/pypoetry/venv/bin/python: cannot execute: required file not found
(venv) jax-8211015:~/.local/share/pypoetry/venv/bin$ python3
bash: /home/user/.local/share/pypoetry/venv/bin/python3: cannot execute: required file not found

this happened to both of my 2 python workspace, seemed like it break randomly?
Full detail is in the issue tracker I sent
https://issuetracker.google.com/issues/353181604
Except creating a third workspace, does anyone have any suggestion for a workaround?