Using the latest release of the restate cli tool, I was attempting to follow the documentation for the "Tour of Restate" example for Python at https://docs.restate.dev/get_started/tour, however I'm seeing an error when I run the following from step 1 of the tutorial:
restate example python-tour-of-restate && cd python-tour-of-restate
which outputs
Error: Unknown example python-tour-of-restate. Use `restate example` to navigate the list of examples.
Running restate example and selecting "Python" also doesn't show an option for the "tour of restate" example.
Using the latest release of the restate cli tool, I was attempting to follow the documentation for the "Tour of Restate" example for Python at https://docs.restate.dev/get_started/tour, however I'm seeing an error when I run the following from step 1 of the tutorial:
which outputs
Running
restate example
and selecting "Python" also doesn't show an option for the "tour of restate" example.I looked around the repo and noticed that there isn't a line for
python-tour-of-restate
in https://github.com/restatedev/examples/blob/main/.tools/prepare_release_zip.sh#L33-L35 so maybe that's related?