赵走x博客
网站访问量:151584
首页
书籍
软件
工具
古诗词
搜索
登录
11、mac使用Django连接Mysql报错:_mysql.cpython-37m-darwin.so Reason: image not found
10、pdf2image.exceptions.PDFInfoNotInstalledError: Unable to get page count. Is poppler installed and in PATH?
9、Python3 celery requests 中文乱码 UnicodeEncodeError: 'latin-1' codec can't encode characters in position
8、Python3之socket编程--2:基于TCP的套接字
Anaconda 入门
Can't find model 'en'
Jupyter Notebook 简单安装
pycharm运行matplotlib出现ValueError: max() arg is an empty sequence问题
pygmo 找不到安装包问题
1、pycharm 程序一直测试状态下运行
graphviz . NotADirectoryError: [Errno 20] Not a directory: 'dot'
image not found
sklearn无法加载fetch_mldata解决方案
MongoDB 坐标_距离
cv2.imread 总为None
vs code: Class 'Activity' has no 'objects' memberpylint(no-member)
AbortedError: Operation received an exception:Status
1、部署人工智能项目:YangZeyu95
pip安装加速
nltk语料库路径设置
No module named 'pymysql'
linux服务器报错—UnicodeEncodeError 'ascii' codec can't encode characters in position 0-1
DevToolsActivePort file doesn't exist.
linux Message: unknown error: unable to discover open pages
Python爬虫:常用的浏览器请求头User-Agent
ModuleNotFoundError: No module named 'MySQLdb'
mac下解决matplotlib乱码的问题
Flask 运行跨域
mongoengine 判断ObjectID 字段是否存在
python下使用pip freeze >requirements.txt命令迁移模块
Python爬取百度,返回 安全认证
flask-migrate 修改 sqlite的表头,sqlite3.OperationalError: near "DROP": syntax error
pip 安装提示超时
11、mac使用Django连接Mysql报错:_mysql.cpython-37m-darwin.so Reason: image not found
资源编号:76658
Python 相关Bug
Python
热度:218
# 解决方法: ``` ln -s /usr/local/mysql/lib/libmysqlclient.21.dylib /usr/local/lib/libmysqlclient.21.dylib ln -s /usr/local/mysql/lib/libssl.1.1.dylib /usr/local/lib/libssl.1.1.dylib ln -s /usr/local/mysql/lib/libcrypto.1.1.dylib /usr/local/lib/libcrypto.1.1.dylib ``` 其中/usr/local/mysql/lib/为msql安装路径,自己可以查看上面的版本进行简单修改