Python安装后pip不能使用的原因分析与解决方法
https://www.python100.com/html/VCJ7X486ZO23.html需要在环境路径中添加pip的路径(比如C:\Python\Python39\Scripts)
pip install datasets
ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts.
We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default.
huggingface-hub 0.1.0 requires packaging>=20.9, but you'll have packaging 20.4 which is incompatible.
Successfully installed aiohttp-3.8.0 aiosignal-1.2.0 async-timeout-4.0.0 charset-normalizer-2.0.7 datasets-1.15.1 dill-0.3.4 frozenlist-1.2.0 fsspec-2021.10.1 huggingface-hub-0.1.0 multidict-5.2.0 multiprocess-0.70.12.2 pyarrow-6.0.0 tqdm-4.62.3 xxhash-2.0.2 yarl-1.7.2
动手学深度学习中的pip install d2l