I have installed all specified dependencies, however, the process fails with the following error during make.
Setup build/staging directories
set -x
set +x
Building the Charm Framework
/usr/bin/python3.5 setup.py build
Extracting in /tmp/tmpe5mss03y
Traceback (most recent call last):
File "/home/vishnu/Downloads/Charm-Crypto-0.43/distribute_setup.py", line 143, in use_setuptools
raise ImportError
ImportError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "setup.py", line 2, in <module>
use_setuptools() #bootstrap installs Distribute if not installed
File "/home/vishnu/Downloads/Charm-Crypto-0.43/distribute_setup.py", line 145, in use_setuptools
return _do_download(version, download_base, to_dir, download_delay)
File "/home/vishnu/Downloads/Charm-Crypto-0.43/distribute_setup.py", line 125, in _do_download
_build_egg(egg, tarball, to_dir)
File "/home/vishnu/Downloads/Charm-Crypto-0.43/distribute_setup.py", line 99, in _build_egg
_extractall(tar)
File "/home/vishnu/Downloads/Charm-Crypto-0.43/distribute_setup.py", line 470, in _extractall
self.chown(tarinfo, dirpath)
TypeError: chown() missing 1 required positional argument: 'numeric_owner'
Makefile:27: recipe for target 'all' failed
make: *** [all] Error 1