使用的是命令pip install bcolz

    c-blosc/internal-complibs/snappy-1.1.1/snappy-stubs-internal.cc:29:10: fatal error: 'algorithm' file not found
    #include <algorithm>
             ^~~~~~~~~~~
    1 warning and 1 error generated.
    error: command 'gcc' failed with exit status 1

换成使用conda就成功安装了:

conda install -n deeplearning bcolz

 

相关文章:

  • 2021-07-19
  • 2021-12-06
  • 2021-06-23
  • 2021-08-28
  • 2021-11-27
  • 2021-07-05
猜你喜欢
  • 2022-12-23
  • 2021-09-24
  • 2021-11-04
  • 2021-10-19
  • 2021-12-20
  • 2021-05-13
  • 2022-02-16
相关资源
相似解决方案