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

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

                Author: ASF GitHub Bot
            Created on: 06/May/20 20:56
            Start Date: 06/May/20 20:56
    Worklog Time Spent: 10m 
      Work Description: udim commented on a change in pull request #11623:
URL: https://github.com/apache/beam/pull/11623#discussion_r421086807



##########
File path: release/src/main/scripts/build_release_candidate.sh
##########
@@ -275,7 +276,7 @@ if [[ $confirmation = "y" ]]; then
   git clone ${GIT_REPO_URL}
   cd ${BEAM_ROOT_DIR}
   git checkout ${RELEASE_BRANCH}
-  cd sdks/python && tox -e docs
+  cd sdks/python && pip install -r build-requirements.txt && tox -e py37-docs

Review comment:
       There are 2 virtualenvs here. The one in line 272 will use the default 
python version, and the one created by tox will use python3.7.
   Tox runs "python setup.py sdist" in the first virtualenv and installs the 
tarball in the second.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


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

    Worklog Id:     (was: 431420)
    Time Spent: 40m  (was: 0.5h)

> Python components in release script are broken.
> -----------------------------------------------
>
>                 Key: BEAM-9908
>                 URL: https://issues.apache.org/jira/browse/BEAM-9908
>             Project: Beam
>          Issue Type: Bug
>          Components: build-system
>            Reporter: Kyle Weaver
>            Assignee: Kyle Weaver
>            Priority: Major
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> I encountered a couple Python-related errors when running the release script.
> 1. Could not find protoc-gen-mypy
> 2. ERROR: InvocationError for command /usr/bin/false docs is misconfigured 
> (exited with code 1)



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

Reply via email to