How To Compile And Install uWSGI On Windows

preview_player
Показать описание
How To Compile And Install uWSGI On Windows

This video show you how to compile and install uWSGI on Windows 10 using CYGWIN. You need CYGWIN because it provide all libraries and program that usually only on Linux. I hope this video can help you. :)

If you have some problems or difficulties or have some other questions then you can ask me in the comment bellow. I will try answer your questions. :)

Please consider supporting me on Patreon :

How to install CYGWIN :

Dependencies :
- all package in Devel category
- Python3.6 Devel package

Let me know if I missing mention dependency package. :)

Download uWSGI :

#RYUDITHTUTORIAL
Рекомендации по теме
Комментарии
Автор

Hi guys! I had some problems with installing, but finally I got it!)
My: python 3.8.0 Windows 10
SO:
1.Make sure u have downloaded all packages:
- all in DEVEL
- in PYTHON (additional to devel):
- mercurial
- pylint
- python-libxslt
- python-logilab (1 and 2)
- python36
- python36 devel
- python37
- python37 devel
- python37 setup tools
- python38
- python38 devel
- python38 pip
- python38 ply
- python38 setup tools
- python38 virtualenv
- python38-wx
- scons
- urlgrabber
- tailor

viramaximets
Автор

Hello! I got a No Such file Error at sys/socket.h

alekszmaalmen
Автор

hi, i am getting following error on windows 10, Traceback (most recent call last):
File "setup.py", line 3, in <module>
import uwsgiconfig as uc
File "E:\python_env1\uwsgi-2.0.19.1\uwsgiconfig.py", line 8, in <module>
uwsgi_os = os.uname()[0]
AttributeError: module 'os' has no attribute 'uname'

winyourself
Автор

Why you specially run the program on 8000 port, Is it common or varies according to the Developers

PremKumar-bxcm
Автор

x86_64-pc-cygwin/bin/ld: cannot find -llzma
collect2: error: ld returned 1 exit status
*** error linking uWSGI ***

I downloaded all the packages in devel and still got the error. Please help me

huyvq
Автор

I have installed cygwin with all dependencies but still its giveing error In file included from
fatal error: Python.h: No such file or directory
2 | #include <Python.h>
|
compilation terminated.

abhinav.sharma
Автор

What version of python is needed in cygwin to install uWSGI?

butcher
Автор

i getting this error: Exception: you need a C compiler to build uWSGI. Can u help me?

leonardomarques
Автор

I am getting " AttributeError: module 'os' has no attribute 'uname' " on running python setup.py install.
Running python3 setup.py install does not work as i am using python 3.7

Any help?

coolguycoolguy
Автор

uwsgi_os_v = platform.uname()()[3]
TypeError: 'uname_result' object is not callable

what am I doing wrong?

ojwszjm
Автор

boringly fast, you end up watching for more minutes than the video is, rewinding and pausing. why are you rushing??

stanyganyani
Автор

-bash: $'\302\203python3': command not found.. I have Python 3.8 installed, do u know what to do?

santiagomorales
Автор

I have successfully installed uwsgi. However, I couldn't find it from my python project. May I know why? I am using django framework.

viviannaa
Автор

Hi, i have this problem- python3 setup.py install
-bash: python3: command not found
Can anyone help me?

mitkosokolov
Автор

python3 --version
-bash: Permission denied
i cannot install, although my python version is
$ python --version
Python 3.8.1

jarodlee