问题一
重启win7之后,cmd连接mysql报错
Can’t connet to MYSQL server on ‘localhost’ (10091)
解决方法
输入命令 net start mysql 重启mysql服务即可
问题二
pip install pyinstaller -i https://pypi.com/simple/ 报错
AttributeError: module ‘setuptools.build_meta’ has no attribute ‘legacy’
解决方案一(博主使用这个方案并没有成功,但是很多人成功了)
转载自 https://blog.youkuaiyun.com/weixin_43849588/article/details/89464031
解决方案二(已成功)
1.在网站 http://www.pyinstaller.org/downloads.html 中下载 pyinstaller包
2.将pyinstaller包解压并放入自己的(虚拟)环境中
3.cmd或者pycharm终端cd到pyinstaller文件夹中,输入命令 python setup.py install 即可安装成功

被折叠的 条评论
为什么被折叠?



