BytePhoenixCoding / BlockchainTokenSniper

Please see website / Telegram group for more details.
473 stars 286 forks source link

Nothing changes when you run BAT. The CMD window briefly turns on and off. #1

Closed Zeratus13 closed 3 years ago

Zeratus13 commented 3 years ago

Nothing changes when you run BAT. The CMD window briefly turns on and off.

BytePhoenixCoding commented 3 years ago

Check:

Python 3+ installed?

web3 installed correctly? (you could create extra python script with 'from web3 import Web3', if running in IDLE gives you an error then web3 isn't installed correctly)

config file configured correctly (no syntax errors, extra commas etc)?

can you see what the output is on the command prompt before exiting?

rickyrvp commented 3 years ago

Same problem.. everything installed, no text except the run command

git-me-a-cold-POP commented 3 years ago

I am having the same issue as above. Could you offer some more possible solutions? Thanks.

nandofmike commented 3 years ago

Around here the same problem

CnKore-zzb commented 3 years ago

Most of them are because your Web3 installation failed

CnKore-zzb commented 3 years ago

Forget to say the solution, please do not install Web3 under NPM, you can enter “pip install Web3” in the CMD

Let Python call Web3 module is the same effect

BytePhoenixCoding commented 3 years ago

Most likely either python version is too old or web3 isnt correctly installed. Im still working on a fix for the web3 issue

BytePhoenixCoding commented 3 years ago

I have just installed python on my laptop (windows 8) and got it successfully to work. I installed python 3.9.6 and installed web3 using 'npm install web3' but that didn't work.

Fix that worked for me: Try 'py -m pip install web3' or replace 'py' with python if you have a python older version.

Worked right away after that. Let me know if that works.

geeks121 commented 3 years ago

you can run with python3 directly