cuddly-jelly-27016
05/26/2025, 12:10 AM1.13.1 (latest version here)
$ pip list
Package Version
------------------------ --------------
...
docstring_parser 0.16
flyteidl 1.13.1b0
flytekit 1.13.1
frozenlist 1.4.1
...
After the package was installed, I followed this page Creating a Flyte project to create a Flyte project with pyflyte init my_project. But the my_project folder was not created under my path.
$ pyflyte init C:\Users\flyte-demo\my_project
Visit the C:\Users\flyte-demo\my_project directory and follow the next steps in the Getting started guide (https://docs.flyte.org/en/latest/getting_started_with_workflow_development/index.html) to proceed.
However, when I tried again with version 1.11.0 the pyflyte init works normally. I also tried with version 1.12.0 and above they're all not working.
### Expected behavior
Create a Flyte project as the document: https://docs.flyte.org/en/latest/getting_started_with_workflow_development/creating_a_flyte_project.html
### Additional context to reproduce
No response
### Screenshots
No response
### Are you sure this issue hasn't been raised already?
• Yes
### Have you read the Code of Conduct?
• Yes
flyteorg/flytecuddly-jelly-27016
05/26/2025, 12:10 AM