Giter VIP home page Giter VIP logo

Comments (1)

RandomGamingDev avatar RandomGamingDev commented on July 3, 2024

Just a little recommendation, but you typically should use the command line as that way you can see what python version your using and the errors. The issue is most likely that you didn't install the libraries needed. Just go to the command line and use the pip to install the mcstatus, threading (this library is named thread6 in pip), and asyncio libraries by simply typing pip install and then the pip name and/or actual name if there isn't a pip specific name. If that doesn't work it's possible that you installed an older version of python although I'm going to assume that python is on your machine since it said that something popped up and "crashed" (or at least I'm assuming that something had to pop up for you to register a crash). Also, since you said that you clicked on the file, I'm going to say this just in case, but you have to open up the code in a text file editor (don't worry you don't have to edit the actual code) and just enter your IP ranges in the designated regions. Also, sorry if this reading gets tiring, but if you ever want to scan faster you'll quite likely want to use a JIT compiling implementation of Python called PyPy. If you ever do decide to use that simply install the libraries for it (online tutorials should do fine for this) and run it on the command line using the pypy command just as you would use the python command.

from ezcopenheimer.

Related Issues (5)

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.