python-sdk icon indicating copy to clipboard operation
python-sdk copied to clipboard

Version 0.5.2 thirdweb-sdk on pip broken

Open giux78 opened this issue 3 years ago • 1 comments

Installing or upgrading using pip install thirdweb-sdk introduces the following error:

  File "../nlp/server/connexion/examples/openapi3/helloworld/market_listing.py", line 1, in <module>
    from thirdweb import ThirdwebSdk, SdkOptions, MintArg, ListArg
  File "/Users/ale/Development/blockchain/test-market-place/test-thirdweb/lib/python3.8/site-packages/thirdweb/__init__.py", line 1, in <module>
    from .modules import *
  File "/Users/ale/Development/blockchain/test-market-place/test-thirdweb/lib/python3.8/site-packages/thirdweb/modules/__init__.py", line 2, in <module>
    from .nft import NftModule as NftModuleV2
  File "/Users/ale/Development/blockchain/test-market-place/test-thirdweb/lib/python3.8/site-packages/thirdweb/modules/nft.py", line 6, in <module>
    from thirdweb_eth_account.messages import encode_structured_data
ModuleNotFoundError: No module named 'thirdweb_eth_account'

Moreover on git the last tag is 0.5.0 I cannot find an easy way to try to fix the error.

Thanks.

giux78 avatar Feb 23 '22 15:02 giux78

Any update on this? I see there is active work being done on v2 - any timeline on when the docs and guides will be updated and v2 for python SDK will be released?

arshamg avatar Mar 30 '22 14:03 arshamg