limbo018 / DREAMPlace

Deep learning toolkit-enabled VLSI placement
BSD 3-Clause "New" or "Revised" License
638 stars 196 forks source link

CMAKE .. build issue #140

Closed Mathew0553 closed 1 year ago

Mathew0553 commented 1 year ago

I have received error when executed the following command (without docker).... $ cmake .. -DCMAKE_INSTALL_PREFIX=... -DPYTHON_EXECUTABLE=$(which python) and got the following: 微信图片_20230702184905

it doesn't work even though i added set(PYTHON_EXECUTABLE'/mnt/sdb/home/mayd/anaconda3/envs/deth/bin/python3.8') to CMakeLists.txt it still show error: -- Found Python: /usr/bin/python3.10 (found version "3.10.6") found components: Interpreter Development Development.Module Development.Embed

how can i fix the error?

kindly help