使用pycharm 安裝pymysql模塊,提示一下報錯
ERROR: unknown command "insall" - maybe you meant "install"
解決辦法:
可以直接使用pip.exe install requests的方式來加載模塊到本地
pip.exe install pymysql 安裝即可
前提條件安裝pip 也是可以通過命令來下載。
百度鏈接:https://jingyan.baidu.com/article/7c6fb428d84f9480642c90d1.html
轉發請說明文章出處:https://www.cnblogs.com/xiao-shuai123/p/15976627.html