Partha Singha Roy
02/06/2023, 2:27 PMpip install -v .
after this command☝️
How can i solve this ?
Previous commands
export CC=/usr/bin/gcc
export CXX=/usr/bin/g++
git clone <https://github.com/ALIGN-analoglayout/ALIGN-public>
cd ALIGN-public
#Create a Python virtualenv
python -m venv general
source general/bin/activate
python -m pip install pip --upgrade
OS: ubuntu 20.04Philipp Gühring
02/06/2023, 2:46 PMPartha Singha Roy
02/06/2023, 2:57 PM