The build instructions on the front README page were used to attempt building cling right from source because the published binaries' architecture (i386) doesn't match with mine (amd64).
Each time I run cpt.py it's malfunctioning with the following error.
subprocess.CalledProcessError: Command 'git checkout cling-patches-rrelease_50' returned non-zero exit status 1
The build instructions on the front README page were used to attempt building
clingright from source because the published binaries' architecture (i386) doesn't match with mine (amd64).Each time I run
cpt.pyit's malfunctioning with the following error.