Jump to content

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


Amuyea

888 posts in this topic

Recommended Posts

Posted

I get this: Command "/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python -c "import setuptools, tokenize;__file__='/Users/kymmorrison/Desktop/PokemoniG/PokemonGo-Bot/src/pgoapi/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" develop --no-deps" failed with error code 1 in /Users/kymmorrison/Desktop/PokemoniG/PokemonGo-Bot/src/pgoapi/

 

Can anyone help me? I also get ImportError: No module named pgoapi

Try

pip install -U pip
  • Replies 887
  • Created
  • Last Reply
Posted

Try

pip install -U pip

and pgoapi

 

Yup worked. Thanks for the tutorial! <3

 

Try

pip install -U pip

Lol right after I say thanks... Error: Traceback (most recent call last):

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

    main()

  File "pokecli.py", line 206, in main

    bot.start()

  File "/Users/kymmorrison/Desktop/PokemoniG/PokemonGo-Bot/pokemongo_bot/__init__.py", line 31, in start

    self._setup_api()

  File "/Users/kymmorrison/Desktop/PokemoniG/PokemonGo-Bot/pokemongo_bot/__init__.py", line 146, in _setup_api

    response_dict = self.api.call()

  File "/Users/kymmorrison/Desktop/PokemoniG/PokemonGo-Bot/pgoapi/pgoapi.py", line 89, in __getattr__

    raise AttributeError

AttributeError

Posted

I fixed it but the servers are 'busy'. How do I tell when they are not busy?

Run it again and it will get you in. It happened to me few times

Yup worked. Thanks for the tutorial! <3

Lol right after I say thanks... Error: Traceback (most recent call last):

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

    main()

  File "pokecli.py", line 206, in main

    bot.start()

  File "/Users/kymmorrison/Desktop/PokemoniG/PokemonGo-Bot/pokemongo_bot/__init__.py", line 31, in start

    self._setup_api()

  File "/Users/kymmorrison/Desktop/PokemoniG/PokemonGo-Bot/pokemongo_bot/__init__.py", line 146, in _setup_api

    response_dict = self.api.call()

  File "/Users/kymmorrison/Desktop/PokemoniG/PokemonGo-Bot/pgoapi/pgoapi.py", line 89, in __getattr__

    raise AttributeError

AttributeError

Run it again :p

Posted

Run it again and it will get you in. It happened to me few times

Run it again :p

 

Same thing: Traceback (most recent call last):

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

    main()

  File "pokecli.py", line 206, in main

    bot.start()

  File "/Users/kymmorrison/Desktop/PokemoniG/PokemonGo-Bot/pokemongo_bot/__init__.py", line 31, in start

    self._setup_api()

  File "/Users/kymmorrison/Desktop/PokemoniG/PokemonGo-Bot/pokemongo_bot/__init__.py", line 146, in _setup_api

    response_dict = self.api.call()

  File "/Users/kymmorrison/Desktop/PokemoniG/PokemonGo-Bot/pgoapi/pgoapi.py", line 89, in __getattr__

    raise AttributeError

AttributeError

Posted

Same thing: Traceback (most recent call last):

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

    main()

  File "pokecli.py", line 206, in main

    bot.start()

  File "/Users/kymmorrison/Desktop/PokemoniG/PokemonGo-Bot/pokemongo_bot/__init__.py", line 31, in start

    self._setup_api()

  File "/Users/kymmorrison/Desktop/PokemoniG/PokemonGo-Bot/pokemongo_bot/__init__.py", line 146, in _setup_api

    response_dict = self.api.call()

  File "/Users/kymmorrison/Desktop/PokemoniG/PokemonGo-Bot/pgoapi/pgoapi.py", line 89, in __getattr__

    raise AttributeError

AttributeError

I haven't experienced it yet

Posted

I haven't experienced it yet

 

I get everything going and then this happens. Can you please help me!? Looks like something is wrong with the pokebot starting

Posted

Is there a possibility to config it so that i won't catch certain pokemon or catch only some?

Yes, let me find it or so

I get everything going and then this happens. Can you please help me!? Looks like something is wrong with the pokebot starting

Trying mate :3

Posted

Still same error if you put "python pokecli.py" in terminal again?

What do you mean?

 

i really doesn't know what i'm doing but i'm try to install this hahaha..

i try to follow all the step on utube but i got problem in here now. 

the moment i copy and paste virtualenv on terminal it shown like that.

virtualenv 
You must provide a DEST_DIR
Usage: virtualenv [OPTIONS] DEST_DIR

with the description like this

Options:
  --version             show program's version number and exit
  -h, --help            show this help message and exit
  -v, --verbose         Increase verbosity.
  -q, --quiet           Decrease verbosity.
  -p PYTHON_EXE, --python=PYTHON_EXE
                        The Python interpreter to use, e.g.,
                        --python=python2.5 will use the python2.5 interpreter
                        to create the new environment.  The default is the
                        interpreter that virtualenv was installed with (/Libra
                        ry/Frameworks/Python.framework/Versions/2.7/Resources/
                        Python.app/Contents/MacOS/Python)
  --clear               Clear out the non-root install and start from scratch.
  --no-site-packages    DEPRECATED. Retained only for backward compatibility.
                        Not having access to global site-packages is now the
                        default behavior.
  --system-site-packages
                        Give the virtual environment access to the global
                        site-packages.
  --always-copy         Always copy files rather than symlinking.
  --unzip-setuptools    Unzip Setuptools when installing it.
  --relocatable         Make an EXISTING virtualenv environment relocatable.
                        This fixes up scripts and makes all .pth files
                        relative.
  --no-setuptools       Do not install setuptools in the new virtualenv.
  --no-pip              Do not install pip in the new virtualenv.
  --no-wheel            Do not install wheel in the new virtualenv.
  --extra-search-dir=DIR
                        Directory to look for setuptools/pip distributions in.
                        This option can be used multiple times.
  --download            Download preinstalled packages from PyPI.
  --no-download, --never-download
                        Do not download preinstalled packages from PyPI.
  --prompt=PROMPT       Provides an alternative prompt prefix for this
                        environment.
  --setuptools          DEPRECATED. Retained only for backward compatibility.
                        This option has no effect.
  --distribute          DEPRECATED. Retained only for backward compatibility.

                        This option has no effect.

any idea how to solve it ? 

Posted

i really doesn't know what i'm doing but i'm try to install this hahaha..

i try to follow all the step on utube but i got problem in here now. 

the moment i copy and paste virtualenv on terminal it shown like that.

virtualenv 
You must provide a DEST_DIR
Usage: virtualenv [OPTIONS] DEST_DIR

with the description like this

Options:
  --version             show program's version number and exit
  -h, --help            show this help message and exit
  -v, --verbose         Increase verbosity.
  -q, --quiet           Decrease verbosity.
  -p PYTHON_EXE, --python=PYTHON_EXE
                        The Python interpreter to use, e.g.,
                        --python=python2.5 will use the python2.5 interpreter
                        to create the new environment.  The default is the
                        interpreter that virtualenv was installed with (/Libra
                        ry/Frameworks/Python.framework/Versions/2.7/Resources/
                        Python.app/Contents/MacOS/Python)
  --clear               Clear out the non-root install and start from scratch.
  --no-site-packages    DEPRECATED. Retained only for backward compatibility.
                        Not having access to global site-packages is now the
                        default behavior.
  --system-site-packages
                        Give the virtual environment access to the global
                        site-packages.
  --always-copy         Always copy files rather than symlinking.
  --unzip-setuptools    Unzip Setuptools when installing it.
  --relocatable         Make an EXISTING virtualenv environment relocatable.
                        This fixes up scripts and makes all .pth files
                        relative.
  --no-setuptools       Do not install setuptools in the new virtualenv.
  --no-pip              Do not install pip in the new virtualenv.
  --no-wheel            Do not install wheel in the new virtualenv.
  --extra-search-dir=DIR
                        Directory to look for setuptools/pip distributions in.
                        This option can be used multiple times.
  --download            Download preinstalled packages from PyPI.
  --no-download, --never-download
                        Do not download preinstalled packages from PyPI.
  --prompt=PROMPT       Provides an alternative prompt prefix for this
                        environment.
  --setuptools          DEPRECATED. Retained only for backward compatibility.
                        This option has no effect.
  --distribute          DEPRECATED. Retained only for backward compatibility.

                        This option has no effect.

any idea how to solve it ? 

You must did something wrong.

 

In pokego-bot folder in terminal..

 

Type

 

virtualenv .

Just like that

Archived

This topic is now archived and is closed to further 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