[
https://issues.apache.org/jira/browse/BEAM-9994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17112478#comment-17112478
]
Valentyn Tymofieiev commented on BEAM-9994:
-------------------------------------------
Thanks, [~kamilwu]. I see that Py3.8 tests are now passing on
https://github.com/apache/beam/pull/11707. Did you manually upgraded all
Jenkins workers? If so: What is the process to permanently update the master VM
image to make sure that these packages are installed when we have to reimage
Jenkins? [~yifanzou] [~wintermelons] may know.
> Cannot create a virtualenv using Python 3.8 on Jenkins machines
> ---------------------------------------------------------------
>
> Key: BEAM-9994
> URL: https://issues.apache.org/jira/browse/BEAM-9994
> Project: Beam
> Issue Type: Bug
> Components: build-system
> Reporter: Kamil Wasilewski
> Assignee: Kamil Wasilewski
> Priority: P0
>
> Command: *virtualenv --python /usr/bin/python3.8 env*
> Output:
> {noformat}
> Running virtualenv with interpreter /usr/bin/python3.8
> Traceback (most recent call last):
> File "/usr/local/lib/python3.5/dist-packages/virtualenv.py", line 22, in
> <module>
> import distutils.spawn
> ModuleNotFoundError: No module named 'distutils.spawn'
> {noformat}
> Example test affected:
> https://builds.apache.org/job/beam_PreCommit_PythonFormatter_Commit/1723/console
--
This message was sent by Atlassian Jira
(v8.3.4#803005)