Zhuo Peng created BEAM-10897:
--------------------------------
Summary: beam qualifies a fastavro version that does not work
under windows + python 3.8
Key: BEAM-10897
URL: https://issues.apache.org/jira/browse/BEAM-10897
Project: Beam
Issue Type: Bug
Components: beam-community
Affects Versions: 2.23.0
Reporter: Zhuo Peng
Assignee: Aizhamal Nurmamat kyzy
Currently beam depends on
'fastavro>=0.21.4,<0.24' [1]
However at least one fastavro version, 0.21.24 in that range does not work
under windows + python3.8:
$ pip install 'fastavro==0.21.24'
$ python3.8 -c 'import fastavro'
Segmentation fault
I couldn't find an upstream issue (in fastavro). But the latest qualifying
fastavro, 0.23.6 doesn't have this problem.
[1]
https://github.com/apache/beam/blob/a2126e571cfddc90e3819e66ef1f2da3d52833ed/sdks/python/setup.py#L144
--
This message was sent by Atlassian Jira
(v8.3.4#803005)