Jump to content

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


888 posts in this topic

Recommended Posts

(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

(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

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

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'

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"

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

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

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

    • Slayer Legend Cheats v600.1.4 +5
      Modded/Hacked App: Slayer Legend By GEAR2
      Bundle ID: com.gear2.growslayer
      iTunes Store Link: https://apps.apple.com/us/app/slayer-legend/id1635712706?uo=4


      Hack Features:
      - Multiply Attack
      - Multiply Defense
      - Freeze Currencies


      iOS Hack Download Link: https://iosgods.com/topic/186299-slayer-legend-cheats-v50084-3/
        • Informative
        • Agree
        • Haha
        • Winner
        • Like
      • 96 replies
    • Lucky Defense! Cheats v1.4.13 +2
      Modded/Hacked App: Lucky Defense! By Crater Co., Ltd.
      Bundle ID: com.percent.ios.luckydefense
      iTunes Store Link: https://apps.apple.com/us/app/lucky-defense/id6482291732?uo=4


      Hack Features:
      - Free Spawn
      - Unlimited Spawn
      - Free In-Game Upgrade


      iOS Hack Download Link: https://iosgods.com/topic/183406-lucky-defense-cheats-v121-3/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 184 replies
    • Botworld Adventure Cheats v1.27.1 +7
      Modded/Hacked App: Botworld Adventure By Featherweight Games Pty Limited
      Bundle ID: com.featherweightgames.fx
      iTunes Store Link: https://apps.apple.com/au/app/botworld-adventure/id1456063997?uo=4


      Hack Features:
      - Multiply Attack
      - Multiply Defense
      - Infinite Coins
      - Infinite Gems
      - Infinite Items
      - Instant Skill
      - Freeze Mana


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/148273-botworld-adventure-v01617-jailed-cheats-4/


      iOS Hack Download Link: https://iosgods.com/topic/148270-botworld-adventure-cheats-v01617-7/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 541 replies
    • Conquest Girls : AFK Idle RPG Cheats v2.11.60 +4
      Modded/Hacked App: Conquest Girls : AFK Idle RPG By Toast.Co.,Ltd
      Bundle ID: com.greenspring.conquestgirls
      iTunes Store Link: https://apps.apple.com/us/app/conquest-girls-afk-idle-rpg/id6670455686?uo=4


      Hack Features:
      - Multiply Attack
      - Multiply Attack Speed
      - Multiply Attack Range
      - Freeze Currencies (Some arena / section may not support this)

       


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/189660-conquest-girls-afk-idle-rpg-v21153-jailed-cheats-4/
       


      iOS Hack Download Link: https://iosgods.com/topic/186829-conquest-girls-afk-idle-rpg-cheats-v21153-4/
        • Haha
        • Thanks
        • Like
      • 27 replies
    • My Talking Tom 2 Cheats v5.0.4 +2
      Modded/Hacked App: My Talking Tom 2 by Outfit7 Limited
      Bundle ID: com.outfit7.mytalkingtom2
      iTunes Store Link: https://itunes.apple.com/us/app/my-talking-tom-2/id1337578317?mt=8&uo=4&at=1010lce4



      Hack Features:
      - Infinite Coins (Spend some/ Get some)
      - No Ads


      Hack Download Link: https://iosgods.com/topic/82755-arm64-my-talking-tom-2-cheats-v102002-1/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 710 replies
    • Battle Camp Cheats v5.35.0 +2
      Modded/Hacked App: Battle Camp By Battlecamp AB
      Bundle ID: com.battlecamp.monsters
      iTunes Store Link: https://apps.apple.com/us/app/battle-camp/id1555773592?uo=4


      Hack Features:
      - God Mode
      - One Hit Kill


      iOS Hack Download Link: https://iosgods.com/topic/147532-battle-camp-cheats-v5162-2/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 129 replies
    • Real Racing 3 Cheats v13.1.7 +4
      Modded/Hacked App: Real Racing 3 By Electronic Arts Inc.
      Bundle ID: com.ea.realracing3.inc
      iTunes Store Link: https://apps.apple.com/us/app/real-racing-3/id556164008?uo=4


      Hack Features:
      - Free Store
      - Freeze M$
      - Freeze R$
      - Freeze Gold


      iOS Hack Download Link: https://iosgods.com/topic/147926-real-racing-3-cheats-all-versions-4/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 972 replies
    • Candy Crush Saga v1.295.1 Jailed Cheats +3
      Modded/Hacked App: Candy Crush Saga By King.com Limited
      Bundle ID: com.midasplayer.apps.candycrushsaga
      iTunes Store Link: https://apps.apple.com/us/app/candy-crush-saga/id553834731?uo=4


      Hack Features:
      - Infinite Life
      - Infinite Booster
      - Infinite Move


      Jailbreak required hack(s): https://iosgods.com/topic/190447-candy-crush-saga-cheats-v12941-3/


      iOS Hack Download IPA Link: https://iosgods.com/topic/190448-candy-crush-saga-v12941-jailed-cheats-3/
        • Informative
        • Agree
        • Thanks
        • Winner
        • Like
      • 30 replies
    • AdVenture Communist v6.42.0 +2 Cheats
      Modded/Hacked App: AdVenture Communist By Hyper Hippo Publishing Ltd.
      Bundle ID: com.kongregate.mobile.adventurecommunist
      iTunes Store Link: https://apps.apple.com/us/app/adventure-communist/id1225683141?uo=4


      Hack Features:
      - Freeze Currencies
      - Unlimited Cards [Get Some]


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/149919-adventure-communist-v6392-2-cheats-for-jailed-idevices/


      iOS Hack Download Link: https://iosgods.com/topic/149902-adventure-communist-v6392-2-cheats/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 116 replies
    • AdVenture Capitalist Cheats v9.5.4 +1
      Modded/Hacked App: AdVenture Capitalist By Hyper Hippo Publishing Ltd.
      Bundle ID: com.kongregate.mobile.adventurecapitalist
      iTunes Store Link: https://apps.apple.com/us/app/adventure-capitalist/id927006017?uo=4


      Hack Features:
      - Freeze Currencies

       
      Free Non-Jailbroken Hack:  https://iosgods.com/topic/82751-adventure-capitalist-v940-jailed-cheats-1/


      Hack Download Link: https://iosgods.com/topic/78370-adventure-capitalist-cheats-v940-1/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 1,175 replies
    • Smurfs' Village Cheats v2.73.2 +1
      Modded/Hacked App: Smurfs' Village By Flashman Studios LLC
      Bundle ID: com.capcommobile.smurfs
      iTunes Store Link: https://itunes.apple.com/us/app/smurfs-village/id399648212?mt=8&uo=4&at=1010lce4



      Hack Features:
      - Infinite Gold (Spend some)
      - Infinite SmurfBerries (Spend some)


      Hack Download Link: https://iosgods.com/topic/75948-arm64-smurfs-village-cheats-v1680-2/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 437 replies
    • Hollywood Story: Fashion Star Cheats v12.9.6 +4
      Modded/Hacked App: Hollywood Story By nanobitsoftware.com
      Bundle ID: com.nanobitsoftware.hollywoodstory
      iTunes Store Link: https://itunes.apple.com/us/app/hollywood-story/id876656488?mt=8&uo=4&at=1010lce4


      Hack Features:
      - Infinite Cash
      - Infinite Gems
      - Infinite Energy
      - Infinite Stars Point
       


      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/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 769 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