zksync-sdk / zksync-python

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

ModuleNotFoundError: No module named 'zksync_sdk.types' #2

Closed yumen closed 3 years ago

yumen commented 3 years ago

from zksync_sdk import HttpJsonRPCTransport, ZkSyncProviderV01, network Traceback (most recent call last): File "", line 1, in File "/home/ubuntu/anaconda3/envs/py38/lib/python3.8/site-packages/zksync_sdk/init.py", line 1, in from .ethereum_provider import EthereumProvider File "/home/ubuntu/anaconda3/envs/py38/lib/python3.8/site-packages/zksync_sdk/ethereum_provider.py", line 5, in from zksync_sdk.types import Token ModuleNotFoundError: No module named 'zksync_sdk.types'

popzxc commented 3 years ago

@Deniallugo please look into this

Deniallugo commented 3 years ago

It was a problem with installing the library. I fixed it.

StanislavBreadless commented 3 years ago

@yumen I'm closing the issue as it is solved. If the problem persists, feel free to reopen :slightly_smiling_face: