I can't use pip to add a python toolbox due to the mac openSSL problem. What is the current best work around?
I want to install qutip, which is a quantum mechanics toolkit.
I can't install it using pip because of the mac openSSL problem.
None of the workarounds I have found online have worked for me.
I tried installing my own copy of python 3 using home-brew, and then successfully installed qutip, only to discover that sage math uses its own copy of python 3 located in a different directory.
Is there a way for me to manually install the toolkit based on how pip successfully installed it on my own copy of python 3?
Is there another workaround?