PyDTINet icon indicating copy to clipboard operation
PyDTINet copied to clipboard

problem about the command "bash install_imc.sh"

Open mgao97 opened this issue 1 year ago • 1 comments

Hi~

When I run "bash install_imc.sh", the errors encountered below.

collect2: error: ld returned 1 exit status error: command 'g++' failed with exit status 1 make: *** [Makefile:2: all] Error 1 make: Leaving directory '/users/Min/PyDTINet/lib/leml-imf/src/python' cp: cannot stat 'src/python/__train_mf.so': No such file or directory

Any solutions?

mgao97 avatar Mar 21 '24 07:03 mgao97

I solved this problem by: apt-get update apt-get install libblas-dev liblapack-dev My OS is Ubuntu 20.04. Wish it could work for you.

Linmj-Judy avatar Apr 14 '24 09:04 Linmj-Judy