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

Valentyn Tymofieiev edited comment on BEAM-8494 at 2/27/20 1:02 AM:
--------------------------------------------------------------------

I tried to install Beam on Py 3.8 and run unit tests. Findings so far:
- We need to relax some dependencies (fastavro, pyarrow, pandas), otherwise 
wheels fail to build on my platform.
- For some reason we skip typing_extensions on Python 3.8 [1], and that causes 
a large number of tests to fail, which otherwise pass if we install this 
dependency.

[1] 
https://github.com/apache/beam/blob/4a25aa0dcaf19184ac279f566917132f5ae2be9d/sdks/python/setup.py#L172


was (Author: tvalentyn):
I tried to install Beam on Py 3.8 and run unit tests. Findings so far:
- We need to relax some dependencies (fastavro, pyarrow, pandas), otherwise 
wheels fail to build on my platform.
- It seems like we need typing_extensions for tests to pass. For some reason we 
skip it on Python 3.8 [1].

[1] 
https://github.com/apache/beam/blob/4a25aa0dcaf19184ac279f566917132f5ae2be9d/sdks/python/setup.py#L172

> Python 3.8 Support
> ------------------
>
>                 Key: BEAM-8494
>                 URL: https://issues.apache.org/jira/browse/BEAM-8494
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-py-core
>            Reporter: Valentyn Tymofieiev
>            Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to