No attribute '_finalize_feature_opts' during 20230921 update

Same problem on upgrading from 5.2.13 to 5.2.14 with Python 3.8.9.

buildout runs successfully after

  • Recreating of venv with Python 3.8.19
  • pip install -r requirements.txt
   -c constraints.txt
  setuptools  
  zc.buildout  
  wheel

constraints.txt:

  pip==23.0.1
  setuptools==65.7.0
  zc.buildout==3.0.1
  wheel==0.38.4
  configparser==6.0.0
  • ./bin/buildout
1 Like