摘要: 问题重现: building 'fdfs_client.sendfile' extension error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://l 阅读全文
posted @ 2021-10-09 18:40 蜕变_hjr 阅读(399) 评论(0) 推荐(0)
摘要: 前提:已经安装好了python环境 解决方法: 1、终端执行pip install virtualenv 2、新建一个文件夹python_virtualenvs(为将来存放更多虚拟环境,方便管理),在该目录下终端执行创建环境的命令 virtualenv for_django(虚拟环境名) 命令解析: 阅读全文
posted @ 2021-10-09 16:48 蜕变_hjr 阅读(115) 评论(1) 推荐(0)
摘要: 环境:Ubuntu 20.04.3 原因分析: 先查看虚拟机openssl-server是否已安装并启动,再检查端口的运行状态,即22端口是否开放,最后查看服务具体状态,如socket,service等。 解决方法: 1、安装openssl-server: sudo apt-get install 阅读全文
posted @ 2021-10-09 16:09 蜕变_hjr 阅读(1596) 评论(0) 推荐(0)
摘要: 在pycharm中,用shell运行导入fdfs_client客户端模块时出错:ModuleNotFoundError: No module named 'mutagen._compat'。 原因分析: File "D:\python_learn\meiduo_project\env\lib\sit 阅读全文
posted @ 2021-10-09 13:19 蜕变_hjr 阅读(554) 评论(1) 推荐(0)