You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run for dev environment on Linux machine.
I found the steps are bit confusing for just running for a dev env. Additionally when I run python3 private-key.py it gives
Traceback (most recent call last):
File "/home/maltabba/repos/experiments/bsc/bsc-docker/private-key.py", line 13, in
acct = w3.eth.account.privateKeyToAccount(private_key)
AttributeError: 'Account' object has no attribute 'privateKeyToAccount'
What do you suggest?
Thanks,
The text was updated successfully, but these errors were encountered:
I am trying to run for dev environment on Linux machine.
I found the steps are bit confusing for just running for a dev env. Additionally when I run
python3 private-key.py
it givesWhat do you suggest?
Thanks,
The text was updated successfully, but these errors were encountered: