On Wed, Jun 15, 2016 at 2:51 AM, Arun Kumar <arunkumarm1...@gmail.com> wrote:
> Hi.
>   I created a python 3.5 virtualenv & cloned the forked pythondotorg repo.
> When I try to install the requirements, I am getting an error which goes
> like this:
>
> In function ‘open’,
>   inlined from ‘uwsgi_tmpfd’ at core/utils.c:3517:5:
> /usr/include/x86_64-linux-gnu/bits/fcntl2.h:50:4: error:
> call to ‘__open_missing_mode’ declared with attribute error: open with
> O_CREAT or O_TMPFILE in second argument needs 3 arguments

Hi Arun,

uwsgi is not needed for development so you can simply comment out the
"uWSGI==2.0.10" line in requirements.txt. It looks like this is a
known issue in uwsgi: https://github.com/unbit/uwsgi/issues/1262

--Berker
_______________________________________________
pydotorg-www mailing list
pydotorg-www@python.org
https://mail.python.org/mailman/listinfo/pydotorg-www

Reply via email to