Jump to content

[UPDATED] (WITH NEW API) Pokemon Go Bot for Mac!


888 posts in this topic

Recommended Posts

Posted (edited)

(PokemonGo-Bot) Ege-MacBook-Pro:PGBC ege$ python pokecli.py

Traceback (most recent call last):

  File "pokecli.py", line 38, in <module>

    import requests

ImportError: No module named requests

 

 

I got this error, and i still do. I don't know what to do. It says line 38 btw, not line 39!

 

I appreciate your program. May your hands never see trouble "Amuyea". And yours too "Klepto".

Updated by EgeCak
Posted

(PokemonGo-Bot) Ege-MacBook-Pro:PGBC ege$ python pokecli.py

Traceback (most recent call last):

  File "pokecli.py", line 38, in <module>

    import requests

ImportError: No module named requests

 

 

I got this error, and i still do. I don't know what to do. It says line 38 btw, not line 39!

 

I appreciate your program. May your hands never see trouble "Amuyea".

 

I had this error, if you ever run into any more errors just google like this: ImportError: No module named requests and you will find a support thread. I believe you have to type 'pip install request' or 'requests' and that should do it! :)

I believe i installed. 

 

How would I check if requirement.txt was downloaded properly or at all?

 

You would get a message in terminal that said it was installed. pip install -r requirements.txt or sudo pip install -r requirements.txt

Posted (edited)

Vemtrix before you said that, i re-downloaded bot files again and it runs normal now. Thank you for your thought :D

 

 

 

Is it possible to undo a softban? In advanced conf. page, i saw that. But i don't know where to modify them. I'm confused.

Updated by EgeCak
Posted

I receive the no googlemaps module found error, and after entering "pip install googlemaps" this error occurs:

 

Collecting googlemaps

  Using cached googlemaps-2.4.4-py2-none-any.whl

Requirement already satisfied (use --upgrade to upgrade): requests<=2.10.0 in /Library/Python/2.7/site-packages (from googlemaps)

Installing collected packages: googlemaps

Exception:

Traceback (most recent call last):

  File "/Library/Python/2.7/site-packages/pip/basecommand.py", line 215, in main

    status = self.run(options, args)

  File "/Library/Python/2.7/site-packages/pip/commands/install.py", line 317, in run

    prefix=options.prefix_path,

  File "/Library/Python/2.7/site-packages/pip/req/req_set.py", line 742, in install

    **kwargs

  File "/Library/Python/2.7/site-packages/pip/req/req_install.py", line 831, in install

    self.move_wheel_files(self.source_dir, root=root, prefix=prefix)

  File "/Library/Python/2.7/site-packages/pip/req/req_install.py", line 1032, in move_wheel_files

    isolated=self.isolated,

  File "/Library/Python/2.7/site-packages/pip/wheel.py", line 346, in move_wheel_files

    clobber(source, lib_dir, True)

  File "/Library/Python/2.7/site-packages/pip/wheel.py", line 317, in clobber

    ensure_dir(destdir)

  File "/Library/Python/2.7/site-packages/pip/utils/__init__.py", line 83, in ensure_dir

    os.makedirs(path)

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py", line 157, in makedirs

    mkdir(name, mode)

OSError: [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/googlemaps'

Posted

I receive the no googlemaps module found error, and after entering "pip install googlemaps" this error occurs:

 

Collecting googlemaps

  Using cached googlemaps-2.4.4-py2-none-any.whl

Requirement already satisfied (use --upgrade to upgrade): requests<=2.10.0 in /Library/Python/2.7/site-packages (from googlemaps)

Installing collected packages: googlemaps

Exception:

Traceback (most recent call last):

  File "/Library/Python/2.7/site-packages/pip/basecommand.py", line 215, in main

    status = self.run(options, args)

  File "/Library/Python/2.7/site-packages/pip/commands/install.py", line 317, in run

    prefix=options.prefix_path,

  File "/Library/Python/2.7/site-packages/pip/req/req_set.py", line 742, in install

    **kwargs

  File "/Library/Python/2.7/site-packages/pip/req/req_install.py", line 831, in install

    self.move_wheel_files(self.source_dir, root=root, prefix=prefix)

  File "/Library/Python/2.7/site-packages/pip/req/req_install.py", line 1032, in move_wheel_files

    isolated=self.isolated,

  File "/Library/Python/2.7/site-packages/pip/wheel.py", line 346, in move_wheel_files

    clobber(source, lib_dir, True)

  File "/Library/Python/2.7/site-packages/pip/wheel.py", line 317, in clobber

    ensure_dir(destdir)

  File "/Library/Python/2.7/site-packages/pip/utils/__init__.py", line 83, in ensure_dir

    os.makedirs(path)

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py", line 157, in makedirs

    mkdir(name, mode)

OSError: [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/googlemaps'

try "sudo pip install googlemaps"

Posted

Getting this error, someone help?!

 

(PokemonGo-Bot) MacBook-Pro:PokemonGo-Bot root# python pokecli.py

Traceback (most recent call last):

  File "pokecli.py", line 39, in <module>

    from pokemongo_bot import logger

  File "/Users/JustinDinis/Desktop/PokemonGo-Bot/pokemongo_bot/__init__.py", line 13, in <module>

    from pgoapi import PGoApi

ImportError: No module named pgoapi

(PokemonGo-Bot) MacBook-Pro:PokemonGo-Bot root# sudo pip install pgoapi

Collecting pgoapi

  Could not find a version that satisfies the requirement pgoapi (from versions: )

No matching distribution found for pgoapi

(PokemonGo-Bot) MacBook-Pro:PokemonGo-Bot root# sudo pip install pypgoapi

Collecting pypgoapi

  Could not find a version that satisfies the requirement pypgoapi (from versions: )

No matching distribution found for pypgoapi

(PokemonGo-Bot) MacBook-Pro:PokemonGo-Bot root# pip install -U pgoapi

Collecting pgoapi

  Could not find a version that satisfies the requirement pgoapi (from versions: )

No matching distribution found for pgoapi

Posted

Getting this error, someone help?!

 

(PokemonGo-Bot) MacBook-Pro:PokemonGo-Bot root# python pokecli.py

Traceback (most recent call last):

  File "pokecli.py", line 39, in <module>

    from pokemongo_bot import logger

  File "/Users/JustinDinis/Desktop/PokemonGo-Bot/pokemongo_bot/__init__.py", line 13, in <module>

    from pgoapi import PGoApi

ImportError: No module named pgoapi

(PokemonGo-Bot) MacBook-Pro:PokemonGo-Bot root# sudo pip install pgoapi

Collecting pgoapi

  Could not find a version that satisfies the requirement pgoapi (from versions: )

No matching distribution found for pgoapi

(PokemonGo-Bot) MacBook-Pro:PokemonGo-Bot root# sudo pip install pypgoapi

Collecting pypgoapi

  Could not find a version that satisfies the requirement pypgoapi (from versions: )

No matching distribution found for pypgoapi

(PokemonGo-Bot) MacBook-Pro:PokemonGo-Bot root# pip install -U pgoapi

Collecting pgoapi

  Could not find a version that satisfies the requirement pgoapi (from versions: )

No matching distribution found for pgoapi

pip install pgoapi

Posted

pip install pgoapi

Getting this error:

(PokemonGo-Bot) MacBook-Pro:PokemonGo-Bot root# pip install pgoapi

Collecting pgoapi

  Could not find a version that satisfies the requirement pgoapi (from versions: )

No matching distribution found for pgoapi

Guest
This topic is now closed to further replies.
  • Our picks

    • Puzzles & Passports: Match 3 v1.29.1 [ +5 Cheats ] Auto Win
      Modded/Hacked App: Puzzles & Passports: Match 3 By Big Fish Games, Inc
      Bundle ID: com.bigfishgames.tc.match3.puzzles.ios
      iTunes Store Link: https://apps.apple.com/us/app/puzzles-passports-match-3/id6468675988?uo=4
       

      Hack Features

      - Auto Win [ Just Hit Target ]

      - Stars

      - Lives Inf

      - Moves

      - Booster 


      For Non-Jailbroken & No Jailbreak required hacks: https://iosgods.com/forum/79-no-jailbreak-section/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      • 7 replies
    • Puzzles & Passports: Match 3 v1.29.1 [ +5 Jailed ] Auto Win
      Modded/Hacked App: Puzzles & Passports: Match 3 By Big Fish Games, Inc
      Bundle ID: com.bigfishgames.tc.match3.puzzles.ios
      iTunes Store Link: https://apps.apple.com/us/app/puzzles-passports-match-3/id6468675988?uo=4

       

       

      Mod Requirements

      - Non-Jailbroken/Jailed or Jailbroken iPhone or iPad.
      - Sideloadly or alternatives.
      - Computer running Windows/macOS/Linux with iTunes installed.

       

      Hack Features

      - Auto Win [ Just Hit Target ]

      - Stars

      - Lives Inf

      - Moves

      - Booster 


      Jailbreak required iOS hacks: https://iosgods.com/forum/5-game-cheats-hack-requests/
      Modded Android APKs: https://iosgods.com/forum/68-android-section/
      • 6 replies
    • Space M Defense: Space Shooter v2.0.22 [ +8 Jailed ] Currency Max
      Modded/Hacked App: Space M Defense: Space Shooter By Clegames, Inc.
      Bundle ID: com.td.marine
      iTunes Store Link: https://apps.apple.com/us/app/space-m-defense-space-shooter/id6466787757?uo=4


      🤩 Hack Features

      - Crystal

      - Gold

      - Energy

      - HP

      - ATK

      - Critical ATK

      - HP Recovery

      - DMG DC

      Breakable Cheats Gold & Ability
      • 2 replies
    • Space M Defense: Space Shooter v2.0.22 [ +8 Cheats ] Currency Max
      Modded/Hacked App: Space M Defense: Space Shooter By Clegames, Inc.
      Bundle ID: com.td.marine
      iTunes Store Link: https://apps.apple.com/us/app/space-m-defense-space-shooter/id6466787757?uo=4


      🤩 Hack Features

      - Crystal

      - Gold

      - Energy

      - HP

      - ATK

      - Critical ATK

      - HP Recovery

      - DMG DC

      Breakable Cheats Gold & Ability
      • 1 reply
    • Nighty Knight: Frontier War TD v1.0.47 [ +9 Jailed ] Currency Max
      Modded/Hacked App: Nighty Knight: Frontier War TD By Pusilung HK Limited
      Bundle ID: com.ezg011.empire.war.td.strategy.tower.defend.game
      iTunes Store Link: https://apps.apple.com/us/app/nighty-knight-frontier-war-td/id6740115606?uo=4


      🤩 Hack Features

      - Currency Unlimited [ Earns Some ] Show 0 - NaN But Works

      - Resources Unlimited [ Earns Some ] Show 0 - NaN But Works

      - Energy Cost 0 

      - Hp [ Equip Status Check ]

      - DMG [ Equip Status Check ]

      - Tower Cost

      - Silver Coins [ Build Tower ]

      - Enemy Max 1

      - Enemy Freeze
      • 19 replies
    • Nighty Knight: Frontier War TD v1.0.47 [ +9 Cheats ] Currency Max
      Modded/Hacked App: Nighty Knight: Frontier War TD By Pusilung HK Limited
      Bundle ID: com.ezg011.empire.war.td.strategy.tower.defend.game
      iTunes Store Link: https://apps.apple.com/us/app/nighty-knight-frontier-war-td/id6740115606?uo=4

       

       

      📌 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Sileo, Cydia or Zebra).

       

      🤩 Hack Features

      - Currency Unlimited [ Earns Some ] Show 0 - NaN But Works

      - Resources Unlimited [ Earns Some ] Show 0 - NaN But Works

      - Energy Cost 0 

      - Hp [ Equip Status Check ]

      - DMG [ Equip Status Check ]

      - Tower Cost

      - Silver Coins [ Build Tower ]

      - Enemy Max 1

      - Enemy Freeze

       

      ⬇️ iOS Hack Download Link


      Hidden Content

      Download Hack
      • 34 replies
    • Dream Master-Travel Puzzle  v3.03 [ +5 Cheats ] Auto Win
      Modded/Hacked App: Dream Master-Travel Puzzle By F.O.G LIMITED
      Bundle ID: com.match.busters.free.ios
      iTunes Store Link: https://apps.apple.com/us/app/dream-master-travel-puzzle/id6636480682?uo=4


      🤩 Hack Features

      - Auto Win

      - Coins [ Disable After Hack ]

      - Stars [ Disable After Hack ]

      - Lives 0 Play Unlimited

      - Booster


      🍏 For Non-Jailbroken & No Jailbreak required hacks: https://iosgods.com/forum/79-no-jailbreak-section/
      🤖 Modded Android APKs: https://iosgods.com/forum/68-android-section/
      • 3 replies
    • Dream Master-Travel Puzzle  v3.03 [ +5 Jailed ] Auto Win
      Modded/Hacked App: Dream Master-Travel Puzzle By F.O.G LIMITED
      Bundle ID: com.match.busters.free.ios
      iTunes Store Link: https://apps.apple.com/us/app/dream-master-travel-puzzle/id6636480682?uo=4

       

      🤩 Hack Features

      - Auto Win

      - Coins [ Disable After Hack ]

      - Stars [ Disable After Hack ]

      - Lives 0 Play Unlimited

      - Booster


      🍏 Jailbreak iOS hacks: https://iosgods.com/forum/5-game-cheats-hack-requests/
      🤖 Modded Android APKs: https://iosgods.com/forum/68-android-section/

       

      ⬇️ iOS Hack Download IPA Link


      Hidden Content

      Download via the iOSGods App
      • 5 replies
    • Backpacker™ Go! v1.4.1 [ +3 Cheats ] Dice Unlimited
      Modded/Hacked App: Backpacker™ Go! By Qiiwi Games AB
      Bundle ID: com.qiiwi.backpackergo
      iTunes Store Link: https://apps.apple.com/us/app/backpacker-go/id6478389736?uo=4


      Hack Features:
      - ADS NO [ Between Playing ] 
      - Cash Unlimited [ This Hack Linked Other Items - Ticket Exp Etc. Use Only Cash ] Use Another Items Maybe Game Freeze But Works  
      - Dice Unlimited



      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 15 replies
    • Backpacker™ Go! v1.4.1 [ +3 Jailed ] Dice Unlimited
      Modded/Hacked App: Backpacker™ Go! By Qiiwi Games AB
      Bundle ID: com.qiiwi.backpackergo
      iTunes Store Link: https://apps.apple.com/us/app/backpacker-go/id6478389736?uo=4



      Hack Features:
      - ADS NO [ Between Playing ] 
      - Cash Unlimited [ This Hack Linked Other Items - Ticket Exp Etc. Use Only Cash ] Use Another Items Maybe Game Freeze But Works  
      - Dice Unlimited 


      Jailbreak required hack(s): https://iosgods.com/forum/5-game-cheats-hack-requests/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 16 replies
    • CHASERS: Hack & Slash RPG v100.000.1240 +2 Jailed Cheats [ No Skill CD ]
      Modded/Hacked App: CHASERS: Hack & Slash RPG By LIFULSE Inc.
      Bundle ID: com.lifulse.chasers
      iTunes Store Link: https://apps.apple.com/us/app/chasers-hack-slash-rpg/id6739602674?uo=4

       


      🤩 Hack Features

      - No Skill Cooldown
      - No Skill Cost
      • 22 replies
    • CHASERS: Hack & Slash RPG v100.000.1240 +2 Cheats [ No Skill CD ]
      Modded/Hacked App: CHASERS: Hack & Slash RPG By LIFULSE Inc.
      Bundle ID: com.lifulse.chasers
      iTunes Store Link: https://apps.apple.com/us/app/chasers-hack-slash-rpg/id6739602674?uo=4

       
       

      🤩 Hack Features

      - No Skill Cooldown
      - No Skill Cost
      • 9 replies
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines