spacepaste

  1.  
  2. MBP-de-MACBOOK:Plone-5.1.5-UnifiedInstaller rachmann$ cat /Users/rachmann/Documents/open_source/plone/Plone-5.1.5-UnifiedInstaller/Plone-5.1.5-UnifiedInstaller/install.log
  3. Detailed installation log
  4. Starting at Wed Feb 13 14:04:19 WAT 2019
  5. DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
  6. Processing ./zc.buildout-2.12.2.tar.gz
  7. Requirement already satisfied: setuptools>=8.0 in /Users/rachmann/Documents/open_source/plone/sites/zinstance/lib/python2.7/site-packages (from zc.buildout==2.12.2) (40.8.0)
  8. Building wheels for collected packages: zc.buildout
  9. Building wheel for zc.buildout (setup.py): started
  10. Building wheel for zc.buildout (setup.py): finished with status 'done'
  11. Stored in directory: /Users/rachmann/Library/Caches/pip/wheels/43/91/90/4c2dd2afbf6dffb0695c325692d82355382246f9aa3e04a8ff
  12. Successfully built zc.buildout
  13. Installing collected packages: zc.buildout
  14. Successfully installed zc.buildout-2.12.2
  15. Creating directory '/Users/rachmann/Documents/open_source/plone/sites/zinstance/parts'.
  16. Creating directory '/Users/rachmann/Documents/open_source/plone/sites/zinstance/develop-eggs'.
  17. Not found: /Users/rachmann/Documents/open_source/plone/sites/buildout-cache/downloads/dist/Record/
  18. Not found: /Users/rachmann/Documents/open_source/plone/sites/buildout-cache/downloads/dist/Record/
  19. Getting distribution for 'Record==2.13.0'.
  20. Got Record 2.13.0.
  21. Not found: /Users/rachmann/Documents/open_source/plone/sites/buildout-cache/downloads/dist/Products.ZCTextIndex/
  22. Not found: /Users/rachmann/Documents/open_source/plone/sites/buildout-cache/downloads/dist/Products.ZCTextIndex/
  23. Getting distribution for 'Products.ZCTextIndex==2.13.5'.
  24. warning: no previously-included files matching '*.dll' found anywhere in distribution
  25. warning: no previously-included files matching '*.pyc' found anywhere in distribution
  26. warning: no previously-included files matching '*.pyo' found anywhere in distribution
  27. warning: no previously-included files matching '*.so' found anywhere in distribution
  28. Got Products.ZCTextIndex 2.13.5.
  29. Not found: /Users/rachmann/Documents/open_source/plone/sites/buildout-cache/downloads/dist/zope.security/
  30. Not found: /Users/rachmann/Documents/open_source/plone/sites/buildout-cache/downloads/dist/zope.security/
  31. Getting distribution for 'zope.security==4.1.1'.
  32. Download error on https://pypi.org/simple/zope.proxy/: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:581) -- Some packages may not be found!
  33. Couldn't find index page for 'zope.proxy' (maybe misspelled?)
  34. Download error on https://pypi.org/simple/: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:581) -- Some packages may not be found!
  35. No local packages or working download links found for zope.proxy>=4.1.0
  36. error: Could not find suitable distribution for Requirement.parse('zope.proxy>=4.1.0')
  37. An error occurred when trying to install /Users/rachmann/Documents/open_source/plone/sites/buildout-cache/downloads/dist/zope.security-4.1.1.tar.gz. Look above this message for any errors that were output by easy_install.
  38. While:
  39. Installing.
  40. Getting section instance.
  41. Initializing section instance.
  42. Installing recipe plone.recipe.zope2instance.
  43. Getting distribution for 'zope.security==4.1.1'.
  44. An internal error occurred due to a bug in either zc.buildout or in a
  45. recipe being used:
  46. Traceback (most recent call last):
  47. File "/Users/rachmann/Documents/open_source/plone/sites/zinstance/lib/python2.7/site-packages/zc/buildout/buildout.py", line 2128, in main
  48. getattr(buildout, command)(args)
  49. File "/Users/rachmann/Documents/open_source/plone/sites/zinstance/lib/python2.7/site-packages/zc/buildout/buildout.py", line 682, in install
  50. [self[part]['recipe'] for part in install_parts]
  51. File "/Users/rachmann/Documents/open_source/plone/sites/zinstance/lib/python2.7/site-packages/zc/buildout/buildout.py", line 1279, in __getitem__
  52. options._initialize()
  53. File "/Users/rachmann/Documents/open_source/plone/sites/zinstance/lib/python2.7/site-packages/zc/buildout/buildout.py", line 1387, in _initialize
  54. self.initialize()
  55. File "/Users/rachmann/Documents/open_source/plone/sites/zinstance/lib/python2.7/site-packages/zc/buildout/buildout.py", line 1393, in initialize
  56. recipe_class = _install_and_load(reqs, 'zc.buildout', entry, buildout)
  57. File "/Users/rachmann/Documents/open_source/plone/sites/zinstance/lib/python2.7/site-packages/zc/buildout/buildout.py", line 1343, in _install_and_load
  58. allow_hosts=buildout._allow_hosts
  59. File "/Users/rachmann/Documents/open_source/plone/sites/zinstance/lib/python2.7/site-packages/zc/buildout/easy_install.py", line 957, in install
  60. return installer.install(specs, working_set)
  61. File "/Users/rachmann/Documents/open_source/plone/sites/zinstance/lib/python2.7/site-packages/zc/buildout/easy_install.py", line 730, in install
  62. for dist in self._get_dist(req, ws):
  63. File "/Users/rachmann/Documents/open_source/plone/sites/zinstance/lib/python2.7/site-packages/zc/buildout/easy_install.py", line 574, in _get_dist
  64. dists = [_move_to_eggs_dir_and_compile(dist, self._dest)]
  65. File "/Users/rachmann/Documents/open_source/plone/sites/zinstance/lib/python2.7/site-packages/zc/buildout/easy_install.py", line 1740, in _move_to_eggs_dir_and_compile
  66. [tmp_loc] = glob.glob(os.path.join(tmp_dest, '*'))
  67. ValueError: need more than 0 values to unpack
  68. MBP-de-MACBOOK:Plone-5.1.5-UnifiedInstaller rachmann$ clear
  69.