03 2017 档案

20170319 - pycurl 提示 libcurl link-time version is older than compile-time version
摘要:使用 conda update anaconda 升级后,运行程序得到如下提示: ImportError: pycurl: libcurl link-time version (7.45.0) is older than compile-time version (7.52.1) 网上查解决办法,如 阅读全文

posted @ 2017-03-19 13:32 Eric Lee 阅读(2480) 评论(0) 推荐(0)

20170310 - Python 3 下 SQLAlchemy 的 MySQL 数据库 URI 配置
摘要:MySQL-Python 只用于 Python 2,URI配置为 mysql://username:password@server/db Python 3 下要使用另一个 PyMySQL 包,相应的URI改为 mysql+pymysql://username:password@server/db 使 阅读全文

posted @ 2017-03-10 02:11 Eric Lee 阅读(1316) 评论(0) 推荐(0)

导航

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