sysadm@icsd20048vm:~/Desktop/AutonomousDrivingProject-main/AirSim_sim$ python3.11 -m venv tf_env
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.11-venv
You may need to use sudo with that command. After installing the python3-venv
package, recreate your virtual environment.
Failing command: ['/home/sysadm/Desktop/AutonomousDrivingProject-main/AirSim_sim/tf_env/bin/python3.11', '-Im', 'ensurepip', '--upgrade', '--default-pip']
sysadm@icsd20048vm:~/Desktop/AutonomousDrivingProject-main/AirSim_sim$