Hi,
During the installation process I encountered the following issue:
libev/ev.c:1664:22: note: expanded from macro 'array_needsize'
int ecb_unused ocur_ = (cur); \
^
14 warnings and 1 error generated.
error: command 'cc' failed with exit status 1
----------------------------------------
Rolling back uninstall of gevent
So, I thought to share my current solution:)
export CFLAGS='-std=c99
pip install -r requirements
Hi,
During the installation process I encountered the following issue:
So, I thought to share my current solution:)