Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.
This repository was archived by the owner on May 3, 2024. It is now read-only.

Version 0.5.2 thirdweb-sdk on pip broken #56

@giux78

Description

@giux78

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions