岚天逸见

随笔分类 -  python

Python求前后第n个月函数
摘要:数据分析常用到: ```python # 求往后第 n 个月 # monthstr 格式:YYYY-MM # # print next_month("2023-05", 1) # 2023-06 # print next_month("2023-05", 6) # 2023-11 # print n 阅读全文

posted @ 2023-05-25 22:24 岚天逸见 阅读(36) 评论(0) 推荐(0) 编辑

Python错误“ImportError: No module named MySQLdb”解决方法
摘要:这个错误可能是因为没有安装MySQL模块,这种情况下执行如下语句安装: pip install MySQLdb 如果安装时遇到错误“_mysql.c:29:20: 致命错误:Python.h:没有那个文件或目录”,则应先安装好依赖: yum install -y python-devel 可执行以下 阅读全文

posted @ 2019-11-27 11:47 岚天逸见 阅读(11548) 评论(0) 推荐(0) 编辑

Python安装setuptools遇到的MARKER_EXPR错误
摘要:# python setup.py installTraceback (most recent call last): File "setup.py", line 11, in import setuptools File "/home/zhangsan/... 阅读全文

posted @ 2017-04-18 12:22 岚天逸见 阅读(395) 评论(0) 推荐(0) 编辑

导航

统计信息

点击右上角即可分享
微信分享提示