kennknowles commented on PR #36808:
URL: https://github.com/apache/beam/pull/36808#issuecomment-3559062854

   I don't know how this error crept in, but it doesn't look like something a 
rerun will fix:
   
   ```
   > Task :runners:local-java:jar
   Traceback (most recent call last):
   
     File 
"/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/runpy.py", 
line 187, in _run_module_as_main
   > Task :sdks:python:wordCount FAILED
       mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
     File 
"/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/runpy.py", 
line 110, in _get_module_details
       __import__(pkg_name)
     File "/Users/runner/work/beam/beam/sdks/python/apache_beam/__init__.py", 
line 86, in <module>
       from apache_beam import coders
     File 
"/Users/runner/work/beam/beam/sdks/python/apache_beam/coders/__init__.py", line 
17, in <module>
       from apache_beam.coders.coders import *
     File 
"/Users/runner/work/beam/beam/sdks/python/apache_beam/coders/coders.py", line 
60, in <module>
       from apache_beam.coders import coder_impl
     File 
"/Users/runner/work/beam/beam/sdks/python/apache_beam/coders/coder_impl.py", 
line 62, in <module>
       from apache_beam.typehints.schemas import named_tuple_from_schema
     File 
"/Users/runner/work/beam/beam/sdks/python/apache_beam/typehints/__init__.py", 
line 31, in <module>
       from apache_beam.typehints.pandas_type_compatibility import *
     File 
"/Users/runner/work/beam/beam/sdks/python/apache_beam/typehints/pandas_type_compatibility.py",
 line 115, in <module>
       BEAM_TO_PANDAS.update({
     File 
"/Users/runner/work/beam/beam/sdks/python/apache_beam/typehints/pandas_type_compatibility.py",
 line 116, in <dictcomp>
       normalize(typehint): pandas_dtype
     File 
"/Users/runner/work/beam/beam/sdks/python/apache_beam/typehints/typehints.py", 
line 1468, in normalize
       beam_type = native_type_compatibility.convert_to_beam_type(x)
     File 
"/Users/runner/work/beam/beam/sdks/python/apache_beam/typehints/native_type_compatibility.py",
 line 343, in convert_to_beam_type
       if sys.version_info >= (3, 12) and TypeAliasType is not None:
   NameError: name 'sys' is not defined
   ```


-- 
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]

Reply via email to