安装 D2l 报错 全网最新解决方式

2022/4/14 6:15:44

本文主要是介绍安装 D2l 报错 全网最新解决方式,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!


报错

\moments
       copying pandas\tests\window\moments\test_moments_rolling_apply.py -> build\lib.win-amd64-cpython-310\pandas\tests\window\moments
       copying pandas\tests\window\moments\test_moments_rolling_functions.py -> build\lib.win-amd64-cpython-310\pandas\tests\window\moments
       copying pandas\tests\window\moments\test_moments_rolling_quantile.py -> build\lib.win-amd64-cpython-310\pandas\tests\window\moments
       copying pandas\tests\window\moments\test_moments_rolling_skew_kurt.py -> build\lib.win-amd64-cpython-310\pandas\tests\window\moments
       copying pandas\tests\window\moments\__init__.py -> build\lib.win-amd64-cpython-310\pandas\tests\window\moments
       creating build\lib.win-amd64-cpython-310\pandas\_libs\tslibs
       copying pandas\_libs\tslibs\__init__.py -> build\lib.win-amd64-cpython-310\pandas\_libs\tslibs
       creating build\lib.win-amd64-cpython-310\pandas\_libs\window
       copying pandas\_libs\window\__init__.py -> build\lib.win-amd64-cpython-310\pandas\_libs\window
       creating build\lib.win-amd64-cpython-310\pandas\io\formats\templates
       copying pandas\io\formats\templates\html.tpl -> build\lib.win-amd64-cpython-310\pandas\io\formats\templates
       UPDATING build\lib.win-amd64-cpython-310\pandas/_version.py
       set build\lib.win-amd64-cpython-310\pandas/_version.py to '1.2.4'
       running build_ext
       building 'pandas._libs.algos' extension
       error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
       [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
   ERROR: Failed building wheel for pandas
Failed to build pandas
ERROR: Could not build wheels for pandas, which is required to install pyproject.toml-based projects

安装C++ 2015 

d2l 最新版本是 d2l-zh/d2l at master · d2l-ai/d2l-zh · GitHub 

0.17.5

安装命令

pip install d2l==0.17.5

将版本降低为3.9.5



这篇关于安装 D2l 报错 全网最新解决方式的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程