When you click the ‘run’ button, you should see a bunch of output from poetry as it installs your dependencies from pyproject.toml. If poetry doesn’t run when you click the ‘run’ button, you can run poetry from the console with poetry update before running python main.py.