Local#

This page shows you how to set up PyFlink development environment in your local machine. This is usually used for local execution or development in an IDE.

Set up Python environment#

It requires Python 3.6 or above with PyFlink pre-installed to be available in your local environment. It’s suggested to use Python virtual environments to set up your local Python environment. See Create a Python virtual environment for more details on how to prepare Python virtual environments with PyFlink installed.