I followed the instructions in <https://docs.flyte...
# ask-the-community
c
I followed the instructions in https://docs.flyte.org/en/latest/community/contribute.html#development-environment-setup-guide to setup my development environment. However, I cannot access the Flyte console after running
flytectl demo start --dev
and
POD_NAMESPACE=flyte ./flyte start --config flyte-single-binary-local.yaml
My machine is Linux Mint (based on Ubuntu 22.04). There are some other people with Linux machines seem to have the same problem. I also asked other people but their machine are macOS and do not have this problem. Are there any other developers who tried to run Flyte on Linux machine and encountered the same problem? Attached files are my logs and config files: • `flyte.log`: The log of
POD_NAMESPACE=flyte ./flyte start --config flyte-single-binary-local.yaml
• `pyflyte.log`: The log of
pyflyte run --remote <https://raw.githubusercontent.com/flyteorg/flytesnacks/master/examples/basics/basics/hello_world.py>  hello_world_wf
l