[
https://issues.apache.org/jira/browse/BEAM-12000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17436177#comment-17436177
]
Valentyn Tymofieiev commented on BEAM-12000:
--------------------------------------------
Trying to switch jenkins workers to use venv instead of virtualenv, and had to
do additional installaitions.
{noformat}
sudo apt install python3.6 python3.6-dev python3.6-distutils python3.6-venv
python3.7 python3.7-dev python3.7-distutils python3.7-venv python3.8
python3.8-dev python3.8-distutils python3.8-venv
valentyn@valentyn-venv-update:~$ python3.6 --version
Python 3.6.13
valentyn@valentyn-venv-update:~$ python3.7 --version
Python 3.7.10
valentyn@valentyn-venv-update:~$ python3.8 --version
Python 3.8.9
valentyn@valentyn-venv-update:~$ python3.9 --version
Python 3.9.4
{noformat}
> Support Python 3.9 in Apache Beam
> ---------------------------------
>
> Key: BEAM-12000
> URL: https://issues.apache.org/jira/browse/BEAM-12000
> Project: Beam
> Issue Type: Improvement
> Components: sdk-py-core
> Reporter: Valentyn Tymofieiev
> Assignee: Valentyn Tymofieiev
> Priority: P2
> Time Spent: 10h 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)