dylib

Symbol not found using dlopen in Python

Symbol not found using dlopen in Python Question: I compiled BlockSci in macOS High Sierra 10.13.6. This created /usr/local/lib/libblocksci.dylib. I used pip3 to install the blocksci Python analysis library and this created /Users/${USER}/dev/BlockSci/blockscipy/blocksci/_blocksci.cpython-39-darwin.so. When I try to import the library via $ python3 hello.py: import blocksci It creates the following error in dlopen due to …

Total answers: 1