The install procedure of setup.py installs 64bit libraries in /usr/local/lib64... but then the program tries to find them in /usr/lib64, and the program does not work.
The solution seems to be to use the --prefix=/usr for the installation, but, if possible, should be in the files, and not need to be used all the time.