<#1707 Installation Error> Issue created by <Prash...
# openlane-development
g
#1707 Installation Error Issue created by Prashanthrajagopal91 Hello, I am trying to install openlane with the command line prompt, I am facing this error while using "sudo make" cd $HOME git clone https://github.com/The-OpenROAD-Project/OpenLane cd OpenLane make make test The error is: 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.
Copy code
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/prashanth/OpenLane/venv/bin/python3', '-Im', 'ensurepip', '--upgrade', '--default-pip'] Makefile145 recipe for target 'venv/created' failed make: * [venv/created] Error 1 Can anyone please help understand this better and sort out? Thanks! The-OpenROAD-Project/OpenLane
g