https://open-source-silicon.dev logo
Title
p

Partha Singha Roy

02/06/2023, 2:27 PM
During the installation of ALIGN i got this error
pip 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.04
p

Philipp Gühring

02/06/2023, 2:46 PM
Seems like you are missing some boost libraries. apt-cache search boost
p

Partha Singha Roy

02/06/2023, 2:57 PM
OK Sir
after installing boost it works ... Thank You @Philipp Gühring Sir
🙌 1