Hyperclaw79 / PokeBall-SelfBot-Poketwo-Autocatcher

This specific selfbot was designed to automatically catch pokemon spawned on Discord by Poketwo bot. It also offers other utility functions to automate features like trading, releasing, id search, etc. Currently the autocatcher is powered by AI making it possible to autocatch pokemons on multiple bots like PokeTwo, PokeRealm, etc.
MIT License
337 stars 398 forks source link

Requires Windows C++ build tools eror #199

Closed PandaDaBot6 closed 3 years ago

PandaDaBot6 commented 3 years ago

Title:

Body:

Problem:

It says you need 14.0+ Windows C++ build tools

Steps to Reproduce:

List out the steps you took to come upon the error.

config.json:

{ "token": "empty for here", "command_prefix": "P^", "priority": [ "Groudon", "Mew", "Machop", "Staryu" ], "avoid": [], "catch_rate": 90, "delay": 3, "delay_on_priority": false, "restrict_duplicates": true, "max_duplicates": 2, "blacklists": [], "whitelists": [], "blacklist_guilds": [382316968394620938], "whitelist_guilds": [], "autolog": true, "update_checker": true, "auto_update": true, "autocatcher": false, "priority_only": false }

Traceback and Screenshots:

image

Specs.

OS: Bot Version: Python Version:

Hyperclaw79 commented 3 years ago

Install Visual C++ 2015 Redistribution from here. Then restart your system and that should fix it.