wxflows
wxflows copied to clipboard
Error in chat-app example? wxflows deploy fails with missing wxflows.toml
I'm trying to complete the wxflows chat-app example, and the step wx-flows deploy fails with the following error:
Output received
$ wxflows deploy
Error: wxflows.toml file not found
wxflows cli info
$ wxflows version
wxflows
version: 1.0.0rc200
Python: 3.10.12 (main, Nov 6 2024, 20:22:13) [GCC 11.4.0]
Python path: /home/bbissell/dev-in-wsl/_edu/agentic.l4/lab2/wxflows-lab/.venv/bin/python
StepZen CLI
path: /home/bbissell/.nvm/versions/node/v22.3.0/bin/stepzen
version: stepzen/0.45.0 wsl-x64 node-v22.3.0
Seems caused by this PR https://github.com/IBM/wxflows/commit/90365e279b1195750f49bcaa0c4079d872fc460a
@royderks can you help check? I have same issue here
@thebiss you can apply this PR https://github.com/IBM/wxflows/pull/20 and it will works, good luck!