我们在使用pip install yaml安装库提示如下:
首先使用命令先更新pip
python -m pip install --upgrade pip
然后去网站单独下载https://pypi.org/project/PyYAML/#files
找到对应的版本whl文件
pip install PyYAML-3.13-cp27-cp27m-win_amd64.whl
安装完成后我们的yaml就能正常使用了,
关键字词:
相关文章
- python 经常报错'module' object has no attribute 'X509_up_ref'
- python安装cv2 无法安装
- Python来识别字符串所属语言类型(langid 、langdetect)
- Python3 字典的复制与修改
- Python3 print 不换行打印教程
- Python3 bytes to string 字节码转字符串
- Scrapy Proxy Python下爬虫使用代理
- Scrapy 爬虫入门 内建设置参考 Python爬虫教程实战
- Scrapy 爬虫入门 Items 与 Item Pipeline Python爬虫教程实战
- Scrapy 爬虫入门 Spider 与 Selectors (选择器) Python爬虫教程实战