I also get the same error. Following commands helped me:
$ sudo apt-get install build-essential autoconf libtool pkg-config python-opengl python-imaging python-pyrex python-pyside.qtopengl idle-python2.7 qt4-dev-tools qt4-designer libqtgui4 libqtcore4 libqt4-xml libqt4-test libqt4-script libqt4-network libqt4-dbus python-qt4 python-qt4-gl libgle3 python-dev libssl-dev python3-dev
Now try to install grequests
again by following command:
Python 2
$ pip install grequests
Python 3.x
$ pip3 install grequests
If these commands doesn't help, then you can use the following commands:
OR
$ sudo apt-get install python3-dev python3-pip python3-venv python3-wheel -y
Now retry to install grequests
. Hope the installation will work properly now.