python3 安裝pymssql失敗
報錯信息: AttributeError: module 'platform' has no attribute 'linux_distribution'
解決方法:
網上查了一堆后說是python3.7以后platform.linux_distribution()
被移除了導致的。
但是不知道怎么去修復它。
既然3.8.2版本不能用,那就降級。重裝3.7.7版本后就可以了。
python3 安裝pymssql失敗
報錯信息: AttributeError: module 'platform' has no attribute 'linux_distribution'
解決方法:
網上查了一堆后說是python3.7以后platform.linux_distribution()
被移除了導致的。
但是不知道怎么去修復它。
既然3.8.2版本不能用,那就降級。重裝3.7.7版本后就可以了。
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。