seed-emulator icon indicating copy to clipboard operation
seed-emulator copied to clipboard

Assistance

Open donaldcochrane opened this issue 2 years ago • 3 comments

I would like to help. I'll look at the open issues in SEED labs/simulator and see if I can contribute.

donaldcochrane avatar Jan 01 '23 23:01 donaldcochrane

Hello,

When I attempt to launch my project.py the python3 ./project step. I get this error code

'ModuleNotFoundError No Module Named Web3'.

Lewgol99 avatar Mar 05 '23 23:03 Lewgol99

@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.

wonkr avatar Mar 05 '23 23:03 wonkr

@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.

Hello, Thank you for your help this has been achieved using pip3

Lewgol99 avatar Mar 06 '23 00:03 Lewgol99