Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.00 KB | None | 0 0
  1. *** filtering dependencies ***
  2. 1160 total
  3. 40 filtered
  4. 132 orphaned
  5. 1120 remaining
  6. Traceback (most recent call last):
  7.   File "setup.py", line 23, in <module>
  8.     setup_requires=['py2app'],
  9.   File "/Users/ronannaidu/YoutubeSubCount/venv/lib/python3.7/site-packages/setuptools/__init__.py", line 145, in setup
  10.     return distutils.core.setup(**attrs)
  11.   File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/core.py", line 148, in setup
  12.     dist.run_commands()
  13.   File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/dist.py", line 966, in run_commands
  14.     self.run_command(cmd)
  15.   File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/distutils/dist.py", line 985, in run_command
  16.     cmd_obj.run()
  17.   File "/Users/ronannaidu/YoutubeSubCount/.eggs/py2app-0.19-py3.7.egg/py2app/build_app.py", line 838, in run
  18.     self._run()
  19.   File "/Users/ronannaidu/YoutubeSubCount/.eggs/py2app-0.19-py3.7.egg/py2app/build_app.py", line 1053, in _run
  20.     self.run_normal()
  21.   File "/Users/ronannaidu/YoutubeSubCount/.eggs/py2app-0.19-py3.7.egg/py2app/build_app.py", line 1164, in run_normal
  22.     pkgdirs = self.collect_packagedirs()
  23.   File "/Users/ronannaidu/YoutubeSubCount/.eggs/py2app-0.19-py3.7.egg/py2app/build_app.py", line 1133, in collect_packagedirs
  24.     for pkg in self.packages
  25.   File "/Users/ronannaidu/YoutubeSubCount/.eggs/py2app-0.19-py3.7.egg/py2app/build_app.py", line 1133, in <listcomp>
  26.     for pkg in self.packages
  27.   File "/Users/ronannaidu/YoutubeSubCount/.eggs/py2app-0.19-py3.7.egg/py2app/build_app.py", line 1937, in get_bootstrap
  28.     bootstrap = imp_find_module(bootstrap)[1]
  29.   File "/Users/ronannaidu/YoutubeSubCount/.eggs/modulegraph-0.17-py3.7.egg/modulegraph/util.py", line 33, in imp_find_module
  30.     result = imp.find_module(name, path)
  31.   File "/Users/ronannaidu/YoutubeSubCount/venv/lib/python3.7/imp.py", line 296, in find_module
  32.     raise ImportError(_ERR_MSG.format(name), name=name)
  33. ImportError: No module named 'google-api-python-client'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement