CodeWithJoe2020 / pancakeswapBot

python script to buy token from pancakeswap
230 stars 198 forks source link

ERROR No module named 'web3' #10

Open huynh2001 opened 2 years ago

huynh2001 commented 2 years ago

File "e:\newpython\test1.py", line 1, in from web3 import Web3 ModuleNotFoundError: No module named 'web3'

HELP ME .......................................................................

wandersonsousa commented 2 years ago

install the module with pip install web3

iblee14 commented 2 years ago

I have a same Error.. I do install web3 though you mentioned command. "pip install web3" But I still not found web3 module.

HELP ME ..........................................................