在我全新的虚拟环境中。
我跑步
pip search apache-beam
我知道了
apache-beam (2.9.0)
然后我跑
pip install apache-beam
pip list
但是我安装了apache-beam 2.2,而不是2.9
apache-beam 2.2.0
然后我运行
python -m apache_beam.examples.wordcount --output cout
我遇到了错误
The Apache Beam SDK for Python is supported only on Python 2.7.
此文档中
https://towardsdatascience.com/hands-on-apache-beam-building-data-pipelines-in-python-6548898b66a5
beam 2.9将支持python3。但点子搜索我发现apache-beam 2.9。但是pip安装后,我仍然得到apache-beam 2.2。
请帮助。