Ryan Skraba created AVRO-3198:
---------------------------------
Summary: [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
Fix For: 1.11.0
{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)