Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.14.0
Description
I followed the following documentation to build and install pyflink from sources.
https://ci.apache.org/projects/flink/flink-docs-master/docs/flinkdev/building/#build-pyflink
Then I tried the WordCount.py example from the following documentation.
https://ci.apache.org/projects/flink/flink-docs-master/docs/dev/python/table_api_tutorial/
This results in the following error.
$ python WordCount.py Traceback (most recent call last): File "WordCount.py", line 2, in <module> from pyflink.table.descriptors import Schema, FileSystem ImportError: cannot import name 'FileSystem' from 'pyflink.table.descriptors' (/usr/local/opt/python@3.8/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pyflink/table/descriptors.py)
Attachments
Issue Links
- Discovered while testing
-
FLINK-23821 Test loopback mode to allow Python UDF worker and client reuse the same Python VM
- Closed
- links to