【Python】Windows系統安裝uWSGI報錯AttributeError: module 'os' has no attribute 'uname'解決辦法

使用pip安裝 pip install uwsgi 報錯:AttributeError: module 'os' has no attribute 'uname' 報錯說明: 是因爲uwsgiconfig.py文件中,os.uname()是不支持windows系統的,platform模塊是支持任何系統。 下載uwsgi離線安裝 https://pypi.python.org/pypi/uWSGI/
相關文章
相關標籤/搜索