dave_lyons
10/13/2021, 6:55 PMtarget-snowflake
(Meltano variant) giving me this error
meltano | Loading failed (-6): WARNING: /Users/dlyons/Documents/brigit-meltano/my-project/.meltano/loaders/target-snowflake/venv/bin/python is loading libcrypto in an unsafe way
meltano | ELT could not be completed: Loader failed
running locally on a Mac, OpenSSL is up-to-date, not sure if I need to pip install/upgrade something within the venv?dave_lyons
10/13/2021, 7:01 PMexport DYLD_LIBRARY_PATH=/usr/local/opt/openssl/lib:$DYLD_LIBRARY_PATH
for the moment and next up I will uninstall/install cryptography
per this post:
https://stackoverflow.com/questions/58272830/python-crashing-on-macos-10-15-beta-19a582a-with-usr-lib-libcrypto-dylib