Git Product home page Git Product logo

Comments (9)

CnKore-zzb avatar CnKore-zzb commented on August 15, 2024 1

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

from blockchaintokensniper.

BytePhoenixCoding avatar BytePhoenixCoding commented on August 15, 2024

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?

from blockchaintokensniper.

rickyrvp avatar rickyrvp commented on August 15, 2024

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

from blockchaintokensniper.

git-me-a-cold-POP avatar git-me-a-cold-POP commented on August 15, 2024

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

from blockchaintokensniper.

nandofmike avatar nandofmike commented on August 15, 2024

Around here the same problem

from blockchaintokensniper.

CnKore-zzb avatar CnKore-zzb commented on August 15, 2024

Most of them are because your Web3 installation failed

from blockchaintokensniper.

BytePhoenixCoding avatar BytePhoenixCoding commented on August 15, 2024

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

from blockchaintokensniper.

BytePhoenixCoding avatar BytePhoenixCoding commented on August 15, 2024

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.

from blockchaintokensniper.

geeks121 avatar geeks121 commented on August 15, 2024

you can run with python3 directly

from blockchaintokensniper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.