[
https://issues.apache.org/jira/browse/AVRO-3198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17412527#comment-17412527
]
ASF subversion and git services commented on AVRO-3198:
-------------------------------------------------------
Commit 1dbb2312163aed49937f1d96d57b305d44e39ed3 in avro's branch
refs/heads/master from RyanSkraba
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=1dbb231 ]
AVRO-3198: Include venv module in ubertool (#1325)
> [BUILD][python] dist target fails in ubertool docker
> ----------------------------------------------------
>
> Key: AVRO-3198
> URL: https://issues.apache.org/jira/browse/AVRO-3198
> Project: Apache Avro
> Issue Type: Task
> Reporter: Ryan Skraba
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.11.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> {code:java}
> + cd lang/py
> + ./build.sh dist
> The virtual environment was not created successfully because ensurepip is not
> available. On Debian/Ubuntu systems, you need to install the python3-venv
> package using the following command. apt-get install python3-venvYou may
> need to use sudo with that command. After installing the python3-venv
> package, recreate your virtual environment.Failing command:
> ['/tmp/tmp.4RQC7RDTxc/bin/python3', '-Im', 'ensurepip', '--upgrade',
> '--default-pip']
> {code}
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)