摘要: #!/bin/python3.4# coding=utf-8class lexicon(object): # direction = ['north', 'south', 'east', 'west'] # verb = ['go', 'stop', 'kill', 'eat'] # noun = 阅读全文
posted @ 2017-02-15 22:31 无边身尊者 阅读(1036) 评论(0) 推荐(0) 编辑
摘要: 问题描述: pip批量安装软件包时,出现如上题目错误,卡在了lxm依赖于python中的python-devel 问题原因: 缺失python-devel开发包所导致,python.h存在于python-devel开发包 解决办法: yum install python3.4-devel 阅读全文
posted @ 2017-02-15 09:57 无边身尊者 阅读(3286) 评论(0) 推荐(1) 编辑
摘要: 网上搜索了很多,主流的配置方法分为两种: 摘自 1、http://www.jb51.net/article/83617.htm 安装pip的包并确定pip安装时的镜像源地址,国内常用的地址有: http://pypi.douban.com 豆瓣 http://pypi.hustunique.com 阅读全文
posted @ 2017-02-15 09:49 无边身尊者 阅读(4508) 评论(0) 推荐(0) 编辑