Help regarding Plone Addons Creation

was trying to create a plone addon using plonecli... everything worked successfully except executing RUN: ./venv/bin/buildout command in the plonecli build

error got is:-

Generated script '/home/rohnsha0/plone/addons/src/rohnsha0-ai/bin/coverage'.
Installing releaser.
root: Reading https://pypi.org/simple/zest.releaser/
root: Reading https://pypi.org/simple/twine/
root: Reading https://pypi.org/simple/readme-renderer/
root: Reading https://pypi.org/simple/build/
root: Reading https://pypi.org/simple/pkginfo/
root: Reading https://pypi.org/simple/rich/
root: Reading https://pypi.org/simple/rfc3986/
root: Reading https://pypi.org/simple/keyring/
root: Reading https://pypi.org/simple/requests-toolbelt/
root: Reading https://pypi.org/simple/cmarkgfm/
Version and requirements information containing docutils:
  [versions] constraint on docutils: 0.18.1
  Requirement of readme-renderer[md]>=40: docutils>=0.21.2
  Requirement of readme-renderer>=35.0: docutils>=0.21.2
While:
  Installing releaser.
Error: The requirement ('docutils>=0.21.2') is not allowed by your [versions] constraint (0.18.1)

APART from these... I wanted to know... How can I add below features to the addon:-

  • sidebar interface for user to add texts which i can process [during user editing the post]
  • storing keys
  • get the user contents for a particular post

How do you define your versions constraints? Seems there is something odd there.

just performed steps defined in plonecli github readme...

when performing ploncli build in the target directory... got this error while executing ./bin/buildout

the below issue marks the same thing @jensens

@rohnsha0 I commented on the issue

1 Like

@jensens okay, it worked for me...

but i needed some more helpp... like, is there any documentations?