zksync-sdk / zksync-python

Python 3.8 SDK for zkSync
MIT License
116 stars 64 forks source link

AttributeError: dlsym(RTLD_DEFAULT, zks_crypto_private_key_from_seed): symbol not found #14

Open fangyulongzks opened 3 years ago

fangyulongzks commented 3 years ago

when I run test_singer.test_signature(),an error occur in running. I wan to get the signature for prodecing transactions

StanislavBreadless commented 3 years ago

when I run test_singer.test_signature(),an error occur in running. I wan to get the signature for prodecing transactions

Hey @fangyulongzks ! Have you followed along the tutorial: https://zksync.io/api/sdk/python/tutorial.html ? It seems like the crypto library has not been installed.