Plone not starting up using buildout

I was building and booting plone using buildout.coredev repo...

ImportError: cannot import name 'isURLInPortal' from partially initialized module 'Products.isurlinportal' (most likely due to a circular import) (/home/rohnsha0/plone/buildout.coredev/eggs/Products.isurlinportal-2.0.3-py3.11.egg/Products/isurlinportal/__init__.py)
sys:1: ResourceWarning: unclosed <socket.socket fd=6, family=2, type=1, proto=0, laddr=('0.0.0.0', 8080)>

I am using python-3.11.2

Show what commands you ran and the full output, otherwise there isn't enough information to help.

  1. ./bootstrap.sh
  2. ./bin/instance fg

number 2 gave me this error

@rohnsha0 Okay, but please show the full output here so we can see where the error happened.

Did you follow this guide?

UPDATE: it is fixed, upon deleting the folder and re-cloning and running scripts did the job! thanks tho @stevepiercy @davisagli