$ which openssl
/opt/local/bin/openssl
$ openssl version
OpenSSL 1.0.2h 3 May 2016
I have openssl
provided by MacPorts.
$ which openssl
/opt/local/bin/openssl
$ openssl version
OpenSSL 1.0.2h 3 May 2016
I have openssl
provided by MacPorts.
I guess you need a
-dev
package as well .. It is asking for a header fileI'm not seeing
openssl-dev
provided by MacPorts. I removed the PGK version of Python. Then:$ sudo port install python35 $ sudo port install py35-readline $ sudo port select --set python3 python35 $ make install-user
Now I get:
ImportError: No module named 'pip'
I guess I should wait for the Electron version of Pison, right? :D