victor immanuel

Results 54 comments of victor immanuel

I am self assigning this issue.

When I ran the make command initially, I was using python 3.10.5. I asked some community about the same, they told me that plone only support 3.6, 3.7 and 3.8....

> @victorchrollo14 To contribute to Plone you must first sign the Contributors Agreement. > > See: https://plone.org/foundation/contributors-agreement Ok , thank you. I will go sign the contributors agreement. Should I...

> @victorchrollo14 what is the result of the command: > > ``` > python3 --version > ``` > > ? > > By default `make` installs Plone 5.2. If your...

I tried running it with 3.10. I'm getting the same error as before. I'll try using 3.9.

Inside buildout.cfg we have extends = plone-5.2.x.cfg Might this have anything to do with the problem

@ale-rt told me to remove [versions:python36] from plone-5.2.x.cfg, On removing that line we don't get the importlib error. Getting distribution for 'importlib-metadata==2.0.0'. Got importlib-metadata 2.0.0. Now it gives an error...

Ok I'll look into that , thank you. @wesleybl told that plone 6 supports python 3.10. So I tried installing plone 6, which gave me the same error.