bzmatteo72 commented on issue #11765:
URL:
https://github.com/apache/incubator-superset/issues/11765#issuecomment-735723558
I have followed your recommedations, thanks for that.
The command
python3 -m venv venv
is failing with this error:
matteo@mbalzarotti-NB:~/superset$ python3 -m venv venv
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-venv
You may need to use sudo with that command. After installing the
python3-venv
package, recreate your virtual environment.
Failing command: ['/home/matteo/superset/venv/bin/python3', '-Im',
'ensurepip', '--upgrade', '--default-pip']
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]