[PYTHON] Install Numpy + atlas

sudo port install numpy +atlas

It's big.

ERROR: Failed to install atlas

Apparently, the version of gcc used when building is different from the default build option of atlas. There is no choice but to reinsert the atlas.

sudo port uninstall atlas
sudo port clean atlas
sudo port install atlas +gcc48

The gcc version when building is specified in gcc48 to match the gcc default when building numpy.

This will allow numpy to install.

I have no idea which version of gcc is, so if you know the reference site, please comment.

Recommended Posts

Install Numpy + atlas
Install numpy on Marvericks
Install Numpy on virtualenv on Windows
Install numpy in Visual Studio 2019
How to install mkl numpy
numpy practice 1
Install Activiti 6
Numpy [Basic]
numpy part 1
emacs-jedi install
ArcoLinux install
install python
NumPy basics
Numpy Memorandum_Matrix
Install virtualenv
numpy tips
Install Scipy
Install Memo
Install CVXOPT, NumPy, SciPy on Travis CI
Install Qiskit
Install Ansible
About numpy
install keras
Install Mu
NumPy axis
Use Numpy
Install skt-war-result
Install Django
numpy part 2
Install PyTorch
install pillow
ArchmanLinux Install
How to install NumPy on Raspberry Pi
Install and run Python3.5 + NumPy + SciPy on Windows 10
Install Python3, numpy, pandas, matplotlib, etc. on Windows
How to install pip, numpy in Autodesk MAYA
Install Python 3.5.1 + numpy + scipy + α in Windows environment