I had the same problem.
This one helped me:
sudo apt-get install build-essential libssl-dev libffi-dev python3-dev
If you are using python2, try to replace python3-dev with python-dev
I had the same problem.
This one helped me:
sudo apt-get install build-essential libssl-dev libffi-dev python3-dev
If you are using python2, try to replace python3-dev with python-dev