Is it possible to install c++ compiler into the Sa...
# dev-metaflow
s
Is it possible to install c++ compiler into the Sandbox?
(base) metaflow-sandbox$ apt-get install g++
E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?
1
a
Unfortunately no, its not intended as a full on development env so the permissions are limited. do you need it to install some extra python library?
s
I wanted to run the Nvidia-Merlin recommender tutorial in the sandbox. Looks like NvTabular (Nvidia's tabular pre-processing library) uses c++ underneath.
p
could you install it as a conda package? eg https://www.prouvost.dev/post/2021/c-development-with-conda/