Jump to content

justindinis

Member
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • iDevice
    iPhone X

Recent Profile Visitors

86 profile views

justindinis's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • 2 Years In
  • 3 Years In

Recent Badges

0

Reputation

  1. I dont quite understand what you mean by googling a pgoapi file and navigating to the folder? When I enter the command "sudo python setup.py install" the following error happens: (PokemonGo-Bot) (PokemonGo-Bot) MacBook-Pro:PokemonGo-Bot root# sudo python setup.py install /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires' warnings.warn(msg) running install running build running build_py error: package directory 'pgoapi' does not exist
  2. 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
  3. 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
  4. 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'
×
  • 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