Pipeline with `target-snowflake` (Meltano variant)...
# plugins-general
d
Pipeline with
target-snowflake
(Meltano variant) giving me this error
Copy code
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?
This worked
export 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