During the installation of ALIGN i got this error ...
# general
p
During the installation of ALIGN i got this error
Copy code
pip install -v .
after this command☝️ How can i solve this ? Previous commands
Copy code
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.04
p
Seems like you are missing some boost libraries. apt-cache search boost
p
OK Sir
after installing boost it works ... Thank You @Philipp Gühring Sir
🙌 1