You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/01/18 21:41:00 UTC

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

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

ASF GitHub Bot logged work on BEAM-10897:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 18/Jan/22 21:40
            Start Date: 18/Jan/22 21:40
    Worklog Time Spent: 10m 
      Work Description: tvalentyn commented on pull request #16553:
URL: https://github.com/apache/beam/pull/16553#issuecomment-1015859181


   R: @AnandInguva 


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 710907)
    Time Spent: 20m  (was: 10m)

> 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: dependencies, sdk-py-core
>    Affects Versions: 2.23.0
>            Reporter: Zhuo Peng
>            Priority: P3
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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.20.1#820001)