seed-emulator
seed-emulator copied to clipboard
Assistance
I would like to help. I'll look at the open issues in SEED labs/simulator and see if I can contribute.
Hello,
When I attempt to launch my project.py the python3 ./project step. I get this error code
'ModuleNotFoundError No Module Named Web3'.
@Lewgol99 ,
Hello,
That issue is related to #135 .
You need to install web3 python package to avoid that error message. We are trying to find a way to provide required package list to avoid this error. For now, please install web3 python package manually using pip python package installer.
Thanks.
@Lewgol99 , Hello, That issue is related to #135 . You need to install
web3python package to avoid that error message. We are trying to find a way to provide required package list to avoid this error. For now, please installweb3python package manually usingpippython package installer. Thanks.
Hello, Thank you for your help this has been achieved using pip3