Linking numpy to homebrew

To run OpenCV with python, numpy is required. When I type brew install numpyin the terminal, it says that numpy is already installed, it is simply not connected. For communication, numpy is entered in the terminal brew link numpy. However, this gives the following error message:

Error: could Symlink lib / python2.7 / site-packages / homebrew-numpy-nose.pth / usr / local / lib / python2.7 / site-packages fail to overwrite.

Any recommendations would be appreciated. Thanks.

+4
source share

Source: https://habr.com/ru/post/1615818/


All Articles