
Python
wangpanbaoding
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Python安装XlsxWriter库
http://blog.youkuaiyun.com/yuanzhou1990/article/details/36642163 亲测:ubuntu16.04 安装成功 XlsxWriter库:处理Excel XLSX files有关的Python库。 地址:http://xlsxwriter.readthedocs.org/ 源码安装: $ git clone ht转载 2018-01-19 10:41:40 · 6157 阅读 · 0 评论 -
Python之requests的安装
http://blog.youkuaiyun.com/cighao/article/details/47860041 在 windows 系统下,只需要输入命令 pip install requests ,即可安装。 在 linux 系统下,只需要输入命令 sudo pip install requests ,即可安装。 注:关于python第三方库的转载 2018-01-19 10:55:31 · 334 阅读 · 0 评论 -
Linux下安装curl
https://www.cnblogs.com/suidouya/p/7387861.html 亲测ubuntu16.04安装成功。 步骤 1)下载curl包(可以在这个网站上找最新的版本 http://curl.haxx.se/download/) wget https://curl.haxx.se/download/curl-7.55.1.tar.g转载 2018-01-19 11:15:47 · 40202 阅读 · 3 评论 -
运行python脚本时报错No module named cv2
以下方法,在ubuntu16.04亲测通过 wangpan@wangpan-OptiPlex-7050:~$ pip install opencv-python Collecting opencv-python Downloading https://files.pythonhosted.org/packages/e8/04/925d40d1aca43b949453c9350345ac...原创 2019-03-05 08:45:58 · 1637 阅读 · 0 评论 -
使用tensorboard查看模型结构时报错NodeDef mentions attr 'explicit_paddings'
WARNING:tensorflow:From pb.py:7: __init__ (from tensorflow.python.platform.gfile) is deprecated and will be removed in a future version. Instructions for updating: Use tf.gfile.GFile. Traceback (most ...原创 2019-08-21 11:11:04 · 7788 阅读 · 3 评论