PyDTINet
PyDTINet copied to clipboard
problem about the command "bash install_imc.sh"
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?
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.