isce-framework / fringe

Fine Resolution InSAR With Generalized Eigenvectors (FRInGE)
Apache License 2.0
80 stars 42 forks source link

Install ERROR #82

Open gaiyf opened 12 months ago

gaiyf commented 12 months ago

hello everyone have met the following error when install it Screenshot from 2023-08-31 13-55-17 Screenshot from 2023-08-31 13-55-33

rishabhdutta commented 1 month ago

Cmake found pythonlib and python interpreter that are not from isce21 conda environment. Run cmake with forced inputs as below:

CXX=${CXX} cmake -DPython_EXECUTABLE=/home/gyf/anaconda3/envs/isce21/bin/python \ -DPython_INCLUDE_DIR=/home/gyf/anaconda3/envs/isce21/include/python3.7m \ -DPython_LIBRARY=/home/gyf/anaconda3/envs/isce21/lib/libpython3.7m.so \ -DCMAKE_INSTALL_PREFIX=../install ../src/fringe

Adjust the paths according to your local paths.