Get an error during 'make install', it says 'no module named numpy', but numpy has already been installed, import numpy on the python didn't report error. My system has installed python3.7, anaconda, and mac installed python2.7 by default. The build project uses python3.7. I have tried to uninstall conda's numpy, it doesn't work either. Does anyone know the reason for this problem?
Get an error during 'make install', it says 'no module named numpy', but numpy has already been installed, import numpy on the python didn't report error. My system has installed python3.7, anaconda, and mac installed python2.7 by default. The build project uses python3.7. I have tried to uninstall conda's numpy, it doesn't work either. Does anyone know the reason for this problem?