cyb70289 commented on issue #38447:
URL: https://github.com/apache/arrow/issues/38447#issuecomment-1778593448

   ```
   =====================================
   Build, install and test C++ libraries
   =====================================
   └ Configuring Python 3 virtualenv...
   └ Found interpreter Python 3.8.10: /usr/bin/python3
   └ Creating python virtualenv at /tmp/arrow-14.0.0.JMOGK/venv-source...
   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 install python3.8-venv
   
   You may need to use sudo with that command.  After installing the 
python3-venv
   package, recreate your virtual environment.
   
   Failing command: ['/tmp/arrow-14.0.0.JMOGK/venv-source/bin/python3', '-Im', 
'ensurepip', '--upgrade', '--default-pip']
   
   dev/release/verify-release-candidate.sh: line 535: 
/tmp/arrow-14.0.0.JMOGK/venv-source/bin/activate: No such file or directory
   Defaulting to user installation because normal site-packages is not writeable
   ```
   
   I've installed python3.8-dev, looks it okay now.


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

To unsubscribe, e-mail: [email protected]

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

Reply via email to