How can I upgrade NumPy?

后端 未结 12 2036
太阳男子
太阳男子 2020-12-01 04:31

When I installed OpenCV using Homebrew (brew), I got this problem whenever I run this command to test python -c \"import cv2\":

Run         


        
12条回答
  •  既然无缘
    2020-12-01 04:43

    If you don't encounter any permission errors with

    pip install -U numpy
    

    try:

    pip install --user -U numpy
    

提交回复
热议问题