I am not knowing how to download and install M2Crypto on Ubuntu 19.04 for Python3.
I have Python 3.7.3 installed on my Ubuntu 19.04, I tried the following in order:
1- sudo apt-get install swig (worked fine)
2- brew install openssl (worked fine)
3- pip3 install m2crypto (gave the following error [shown in image])
Please help me fix it, how can I install M2Crypto on Ubuntu for Python3? Thank you in advance.