Advertisement
Guest User

Untitled

a guest
Nov 19th, 2017
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. Microsoft Windows [Version 10.0.15063]
  2. (c) 2017 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\WINDOWS\system32>cd..
  5.  
  6. C:\Windows>cd..
  7.  
  8. C:\>cd pl
  9.  
  10. C:\pl>cd plonedev.vagrant-master
  11.  
  12. C:\pl\plonedev.vagrant-master>instance.exe install
  13. 'instance.exe' is not recognized as an internal or external command,
  14. operable program or batch file.
  15.  
  16. C:\pl\plonedev.vagrant-master>cd..
  17.  
  18. C:\pl>instance.exe install
  19. 'instance.exe' is not recognized as an internal or external command,
  20. operable program or batch file.
  21.  
  22. C:\pl>cd plonedev.vagrant-master
  23.  
  24. C:\pl\plonedev.vagrant-master>buildout
  25. "\Program Files\PuTTy"\plink.exe -i insecure_putty_key.ppk -P 2222 ubuntu@localhost ./runbin.sh buildout
  26. Installing instance.
  27. /home/ubuntu/Plone/zinstance/local/lib/python2.7/site-packages/pkg_resources/__init__.py:193: RuntimeWarning: You have iterated over the result of pkg_resources.parse_version. This is a legacy behavior which is inconsistent with the new version class introduced in setuptools 8.0. In most cases, conversion to a tuple is unnecessary. For comparison of versions, sort the Version instances directly. If you have another use case requiring the tuple, please file a bug with the setuptools project describing that need.
  28. stacklevel=1,
  29. Version and requirements information containing plone:
  30. [versions] constraint on plone: 5.1rc1
  31. Base installation request: 'Plone', 'Pillow', 'Products.PloneHotfix20130618', 'bika.lims', 'plone.recipe.zope2instance'
  32. Requirement of plone.recipe.zope2instance==4.3: ZODB3>=3.9
  33. Requirement of plone.recipe.zope2instance==4.3: Zope2>=2.12.1
  34. Requirement of plone.recipe.zope2instance==4.3: zc.recipe.egg
  35. Requirement of plone.recipe.zope2instance==4.3: mailinglogger
  36. Requirement of plone.recipe.zope2instance==4.3: setuptools
  37. Requirement of plone.recipe.zope2instance==4.3: zc.buildout
  38. Requirement of bika.lims: Plone<=4.3.11
  39. Requirement of bika.lims: plone.resource
  40. Requirement of bika.lims: plone.app.referenceablebehavior
  41. Requirement of bika.lims: plone.app.relationfield
  42. Requirement of bika.lims: plone.app.dexterity
  43. Requirement of bika.lims: plone.app.iterate
  44. Requirement of bika.lims: plone.app.z3cform
  45. Requirement of bika.lims: plone.jsonapi.core
  46. Requirement of bika.lims: plone.api
  47. Requirement of Products.PloneHotfix20130618: setuptools
  48. Requirement of Plone==5.1rc1: plone.app.upgrade
  49. Requirement of Plone==5.1rc1: plone.app.iterate
  50. Requirement of Plone==5.1rc1: plone.app.dexterity
  51. Requirement of Plone==5.1rc1: plone.app.caching
  52. Requirement of Plone==5.1rc1: Products.CMFPlone
  53. Requirement of Plone==5.1rc1: Products.CMFPlacefulWorkflow
  54. Requirement of Plone==5.1rc1: Products.ATContentTypes>=2.1.3
  55. Requirement of Plone==5.1rc1: Products.Archetypes
  56. Requirement of Plone==5.1rc1: setuptools
  57. Requirement of Plone==5.1rc1: archetypes.multilingual
  58. While:
  59. Installing instance.
  60. Error: The requirement ('Plone<=4.3.11') is not allowed by your [versions] constraint (5.1rc1)
  61.  
  62. C:\pl\plonedev.vagrant-master>buildout
  63. "\Program Files\PuTTy"\plink.exe -i insecure_putty_key.ppk -P 2222 ubuntu@localhost ./runbin.sh buildout
  64. FATAL ERROR: Network error: Connection refused
  65.  
  66. C:\pl\plonedev.vagrant-master>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement