ERROR: Could not build wheels for scipy which use PEP 517 and cannot be installed directly

后端 未结 3 907
小蘑菇
小蘑菇 2020-12-11 02:28

I\'m trying to install scipy via pip on my 64 bit ARMV8 board. I have already installed openblas which is required by scipy. So, no issues with that. When i gave pip3

3条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-11 02:38

    I had the same issue. I resolved this issue after run below command

    pip install --upgrade pip setuptools wheel
    

提交回复
热议问题