I'm trying to install cppyy
on Ubuntu (arm64) using a Python installation created using pyenv
. gcc
, g++
, build-essential
, and make
are installed from the default Ubuntu distribution packages.
I have tried two methods to install cppyy
, but neither seems to be working. How can I install it successfully?
Method 1
$ pip install -v cppyy
Output: Link
Method 2
$ STDCXX=20 MAKE_NPROCS=32 pip install --verbose cppyy --no-binary=cppyy-cling
Output: Link