INCF / MUSIC

MUSIC, the MUltiSimulation Coordinator
GNU General Public License v3.0
37 stars 37 forks source link

make install throws the error: 'install-exec-hook' failed #65

Open cristianoalessandro opened 4 years ago

cristianoalessandro commented 4 years ago

I am installing MUSIC on Ubuntu 16.04 (with mpich 3.3~a2-4). I get the following issue:

$ autogen.sh
$ ./configure
$ make
$ make install
[...]
running install_egg_info
Writing /home/xis/HBP/MUSIC-master/build/lib/python3.6/site-packages/music-1.1.16-py3.6.egg-info
install-lib=/home/xis/HBP/MUSIC-master/build/lib/python3.6/site-packages \
  --install-scripts=/home/xis/HBP/MUSIC-master/build/bin \
  --install-data=/home/xis/HBP/MUSIC-master/build/share/music
/bin/bash: line 1: install-lib=/home/xis/HBP/MUSIC-master/build/lib/python3.6/site-packages: No such file or directory
Makefile:881: recipe for target 'install-exec-hook' failed
make[5]: [install-exec-hook] Error 127 (ignored)

The installation routine seems to ignore this problem. Any ideas on how to fix this? Thanks!