cailingsunny

1、cmd中输入:pip install pyyaml 报一下错误

 

 【解决方法】

https://pypi.org/project/classes/#files 找到对应的资源包下载

下载资源包:http://pyyaml.org/download/pyyaml/PyYAML-3.02.zip

解压进入文件夹,执行:python setup.py install

【检查】

进入 python

import yaml

显示如下即安装成功

 

2、问题:
No matching distribution found for pytz>=2017.3
解决:
https://pypi.org/project/pytz/#files
下载pytz-2021.1-py2.py3-none-any.whl
pip3 install pytz-2021.1-py2.py3-none-any.whl

 

3、安装模块

https://github.com/urllib3/urllib3/tree/main

https://github.com/psf/requests

下载代码,解压

python setup.py install

 

分类:

技术点:

相关文章:

  • 2021-09-27
  • 2021-08-22
  • 2021-11-14
  • 2021-06-10
  • 2021-11-03
  • 2021-11-03
  • 2021-11-03
猜你喜欢
  • 2021-05-07
  • 2021-10-19
  • 2021-11-03
  • 2021-10-19
  • 2021-09-27
  • 2021-11-03
  • 2021-10-19
相关资源
相似解决方案