You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Beam JIRA Bot (Jira)" <ji...@apache.org> on 2021/01/04 17:13:02 UTC

[jira] [Commented] (BEAM-10897) beam qualifies a fastavro version that does not work under windows + python 3.8

    [ https://issues.apache.org/jira/browse/BEAM-10897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17258333#comment-17258333 ] 

Beam JIRA Bot commented on BEAM-10897:
--------------------------------------

This issue was marked "stale-P2" and has not received a public comment in 14 days. It is now automatically moved to P3. If you are still affected by it, you can comment and move it back to P2.

> 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
>            Priority: P3
>
> 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)