-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
circular import #8
Comments
Hello, can you share your code where you are importing Python modules? thanks |
Pretty weird that the first call worked then now i'm getting the error... command: python swapper.js content of swapper.js: from solders import message from solana.rpc.types import TxOpts from jupiter_python_sdk.jupiter import Jupiter import asyncio private_key = Keypair.from_bytes(base58.b58decode("myKEY")) async def swap(): if name == "main": |
Hi!
just tried your wrapper it seems that there is circular import...
ImportError: cannot import name 'TypedDict' from partially initialized module 'typing_extensions' (most likely due to a circular import)
i'm running Python 3.12.2 on win10...
thanks
The text was updated successfully, but these errors were encountered: