参考来自https://blog.csdn.net/weixin_39198406/article/details/90675645
#在alpine中安装python相关的科学相关依赖
#要安装Numpy、Scipy、Matlotlib、Scikit-Learn、Pandas等包

apk --update-cache --no-cache add tzdata gcc make freetype-dev gfortran musl-dev g++ libgcc libquadmath musl libgfortran lapack-dev

安装以上的依赖包后,再使用pip 安装 安装Numpy、Scipy、Matlotlib、Scikit-Learn、Pandas等包 就正常了
apine 中 pip 安装Scipy 等科学相关的包时报错

相关文章:

  • 2021-08-05
  • 2021-04-25
  • 2021-05-16
  • 2021-04-15
  • 2021-11-10
  • 2021-12-17
  • 2022-12-23
  • 2021-11-19
猜你喜欢
  • 2021-11-19
  • 2021-08-13
  • 2022-12-23
  • 2021-10-08
  • 2021-11-19
  • 2021-07-10
  • 2021-06-15
相关资源
相似解决方案