demongolem-biz opened a new issue, #23758: URL: https://github.com/apache/beam/issues/23758
### What happened? WIth python 3.8 on rhel 8, I ran python3.8 -m apache_beam.examples.wordcount. I did this from a fresh virtual environment where I pip installed apache-beam. The error I get is `ModuleNotFoundError: No module named 'apache_beam.portability.api`. This exception is raiesed in apache_beam/portability/common_urns.py on line 22 with the line `from .api import beam_runner_api_pb2_urns` I was following the instructions on https://beam.apache.org/get-started/quickstart-py to attempt to run the example code. ### Issue Priority Priority: 2 ### Issue Component Component: examples-python -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
