Advertisement
Guest User

AUR OCRmypdf

a guest
Feb 2nd, 2019
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.06 KB | None | 0 0
  1. Download error on https://pypi.org/simple/setuptools_scm_git_archive/: [Errno -2] Name or service not known -- Some packages may not be found!
  2. Download error on https://pypi.org/simple/setuptools-scm-git-archive/: [Errno -2] Name or service not known -- Some packages may not be found!
  3. Couldn't find index page for 'setuptools_scm_git_archive' (maybe misspelled?)
  4. Download error on https://pypi.org/simple/: [Errno -2] Name or service not known -- Some packages may not be found!
  5. No local packages or working download links found for setuptools_scm_git_archive
  6. Traceback (most recent call last):
  7.  File "setup.py", line 276, in <module>
  8.    'Tracker': 'https://github.com/jbarlow83/ocrmypdf/issues'
  9.  File "/usr/lib/python3.7/site-packages/setuptools/__init__.py", line 142, in setup
  10.    _install_setup_requires(attrs)
  11.  File "/usr/lib/python3.7/site-packages/setuptools/__init__.py", line 137, in _install_setup_requires
  12.    dist.fetch_build_eggs(dist.setup_requires)
  13.  File "/usr/lib/python3.7/site-packages/setuptools/dist.py", line 586, in fetch_build_eggs
  14.    replace_conflicting=True,
  15.  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 780, in resolve
  16.    replace_conflicting=replace_conflicting
  17.  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 1063, in best_match
  18.    return self.obtain(req, installer)
  19.  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 1075, in obtain
  20.    return installer(requirement)
  21.  File "/usr/lib/python3.7/site-packages/setuptools/dist.py", line 653, in fetch_build_egg
  22.    return cmd.easy_install(req)
  23.  File "/usr/lib/python3.7/site-packages/setuptools/command/easy_install.py", line 673, in easy_install
  24.    raise DistutilsError(msg)
  25. distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('setuptools_scm_git_archive')
  26. ==> ERROR: A failure occurred in package().
  27.    Aborting...
  28. ==> ERROR: Makepkg was unable to build ocrmypdf.
  29. ==> Restart building ocrmypdf ? [y/N]
  30. ==> ---------------------------------
  31. ==> n
  32. ==> ERROR: unable to update
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement