limbo018 / DREAMPlace

Deep learning toolkit-enabled VLSI placement

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMAKE .. build issue

Mathew0553 opened this issue · comments

commented

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