As the title suggests I am having issues running python-bitcoinlib example code. When I first run I get a permission denied message. I run it as root and I get the following:
WARNING: /Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/Resources/Python.app/Contents/MacOS/Python is loading libcrypto in an unsafe way
[1] 32672 abort python3 ./spend-p2pkh-txout.py
I uninstalled libssl
with brew and reinstalled and I still running into the same issue. Is anyone else encountering this error?