@astdout

Почему вылезает ошибка при установке uwsgi?

ERROR: Command errored out with exit status 1:
command: 'c:\users\pc\pycharmprojects\djangoproject\venv\scripts\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Vladisla
v\\AppData\\Local\\Temp\\pip-install-09zl4rq4\\uwsgi\\setup.py'"'"'; __file__='"'"'C:\\Users\\PC\\AppData\\Local\\Temp\\pip-install-09zl4rq4\\uwsgi\\setup.py'
"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))'
egg_info --egg-base 'C:\Users\PC\AppData\Local\Temp\pip-pip-egg-info-orwfxjaf'
cwd: C:\Users\PC\AppData\Local\Temp\pip-install-09zl4rq4\uwsgi\
Complete output (7 lines):
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\PC\AppData\Local\Temp\pip-install-09zl4rq4\uwsgi\setup.py", line 3, in
import uwsgiconfig as uc
File "C:\Users\PC\AppData\Local\Temp\pip-install-09zl4rq4\uwsgi\uwsgiconfig.py", line 8, in
uwsgi_os = os.uname()[0]
AttributeError: module 'os' has no attribute 'uname'
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
  • Вопрос задан
  • 588 просмотров
Пригласить эксперта
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы