flyte
flyte copied to clipboard
[BUG] pyflyte init failed to create Flyte project for Flytekit
Describe the bug
Hi, I'm very new to Flyte. I'm having some issue when following the instructions in the document to create a Flyte project.
I installed the Flytekit as suggested in Installing development tools, and the installed version was 1.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?
- [X] Yes
Have you read the Code of Conduct?
- [X] Yes