I'm trying to start with the DataStream API, but have a missing module.
Any idea what's wrong ?
Version
Python 3.7.9
python -m pip install apache-flink
Code
from pyflink.common.serialization import SimpleStringEncoder
Error
ModuleNotFoundError: No module named pyflink.common.serialization