环境安装 环境要求 环境设置 PyFlink 安装 环境安装 环境要求 注意 PyFlink 需要 Python 3.6 以上版本(3.6, 3.7 或 3.8)。请运行以下命令,以确保 Python 版本满足要求。 $ python -- version # the version printed here must be 3.6...
标准异常 标准异常 All standard Python exceptions are available as global variables whose names are PyExc_ followed by the Python exception name. These have the type PyObject* ; they ...