d2l installation process

Python d2l project installation package (third-party library) download details page - PyPI - Python Chinese Network

Download it first, then cd to the corresponding directory

Then enter pip install d2l-0.15.1-py3-none-any.whl

The installation was successful

type python

import d2l no error

 succeeded

one guy didn't make it

pip install --trusted-host pypi.tuna.tsinghua.edu.cn d2l
used this sentence successfully

Guess you like

Origin blog.csdn.net/weixin_55008315/article/details/131108930