【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/
相关文章
相关标签/搜索