Problem/Motivation
Upgrading from Drupal 9.1.15 to 9.3.3 yielded this set of errors:
Additional uncaught exception thrown while handling exception.
Original
Drupal\Core\Extension\InfoParserException: The 'core_version_requirement' constraint (9.3.3) requires the 'core' key not be set in core/modules/block_place/block_place.info.yml in Drupal\Core\Extension\InfoParserDynamic->parse() (line 88 of /home/website/public_html/core/lib/Drupal/Core/Extension/InfoParserDynamic.php).
Drupal\Core\Extension\InfoParserDynamic->parse('core/modules/block_place/block_place.info.yml') (Line: 22)
Drupal\Core\Extension\InfoParser->parse('core/modules/block_place/block_place.info.yml') (Line: 90)
drupal_required_modules() (Line: 1132)
install_profile_info('demo_umami') (Line: 1295)
_install_select_profile(Array) (Line: 462)
install_begin_request(Object, Array) (Line: 116)
install_drupal(Object) (Line: 48)
Additional
Error: Call to undefined function Drupal\Core\Render\system_page_attachments() in Drupal\Core\Render\BareHtmlPageRenderer->renderBarePage() (line 65 of /home/dminterior/public_html/core/lib/Drupal/Core/Render/BareHtmlPageRenderer.php).
Drupal\Core\Render\BareHtmlPageRenderer->renderBarePage(Array, 'Error', 'install_page', Array) (Line: 76)
Drupal\Core\ProxyClass\Render\BareHtmlPageRenderer->renderBarePage(Array, 'Error', 'install_page', Array) (Line: 1058)
install_display_output(Array, Array) (Line: 271)
_drupal_log_error(Array, 1) (Line: 364)
_drupal_exception_handler(Object)
I've been researching this a good bit, but can't find any solutions or mention of these errors. Any help would be greatly appreciated!