-
Hello everyone, |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
UPDATE: It looks like in Linux works fine, however, I would still appreciate if you help with this issue ) |
Beta Was this translation helpful? Give feedback.
-
Hey, thanks for the open discussion. |
Beta Was this translation helpful? Give feedback.
-
I also encountered this problem, and I followed the steps in the documentation to install it.
this is the example code: from starknet_py.net.full_node_client import FullNodeClient
node_url = "https://starknet-mainnet.g.alchemy.com/v2/my_node"
full_node_client = FullNodeClient(node_url=node_url)
call_result = full_node_client.get_block_sync(block_number=1) this is the error:
|
Beta Was this translation helpful? Give feedback.
-
@FAXTROT @ziyuan123 I invite you to our |
Beta Was this translation helpful? Give feedback.
-
On mac i am getting the following issue: it is related. |
Beta Was this translation helpful? Give feedback.
I also encountered this problem, and I followed the steps in the documentation to install it.
Here are the installation steps:
this is the example code:
this is the error: