We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/mnt/c/projects/enzyme$ python3 deploy_my_flow.py File "/mnt/c/projects/enzyme/deploy_my_flow.py", line 3 program = await x1.deploy('my_flow.py') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: 'await' outside function
Link: https://github.com/aregm/enzyme/tree/x1#deploy-and-run-a-flow
python version: 3.10.6
The text was updated successfully, but these errors were encountered:
Looks like I missed that the code needs to be run in jupyter.
Sorry, something went wrong.
@pbchekin how to use http://jupyter.localtest.me/ in the wsl session?
UPD: the problem due to proxy env variables
It should be noted in the docs that this code should be run not from the console, but from Jupyter
No branches or pull requests
Link: https://github.com/aregm/enzyme/tree/x1#deploy-and-run-a-flow
python version: 3.10.6
The text was updated successfully, but these errors were encountered: