I am running make in a conda environment on MacOS Catalina with the dependencies installed. However, many packages such as new, cerrno, cstddef and many others are not found. One of which, called Eigen, I was able to download and put into correct directory, but with so many packages not found, I am questioning whether I missed something in configuring environment. Does anyone know what's going on here? Any help is greatly appreciated.
I am running
make
in aconda
environment on MacOS Catalina with the dependencies installed. However, many packages such asnew
,cerrno
,cstddef
and many others are not found. One of which, calledEigen
, I was able to download and put into correct directory, but with so many packages not found, I am questioning whether I missed something in configuring environment. Does anyone know what's going on here? Any help is greatly appreciated.