Zend certified PHP/Magento developer

When deploying Magento to Docker container, receive error PageBuilder errors

I’m trying to setup my Magento cloud install into Docker, by following this guide: https://devdocs.magento.com/cloud/docker/docker-mode-developer.html

I run:

docker-compose run --rm deploy cloud-deploy

And the error I receive is:

Fatal error: Uncaught Error: Call to undefined method
MagentoEavApiDataAttributeExtension::setIsPagebuilderEnabled() in
/app
/vendor/magento/module-page-builder/Plugin/Catalog/Model/Product/Attribute/RepositoryPlugin.php:61
Stack trace:
#0 /app/vendor/magento/framework/Interception/Interceptor.php(146): MagentoPageBuilderPluginCatalogModelProductAttributeR
epositoryPlugin->afterGet(Object(MagentoCatalogModelProductAttributeRepositoryInterceptor),
Object(MagentoCatalogModelR
esourceModelEavAttributeInterceptor), ‘sku’)
#1 /app/vendor/magento/framework/Interception/Interceptor.php(153): MagentoCatalogModelProductAttributeRepositoryIntercept
or->MagentoFrameworkInterception{closure}(‘sku’)
#2 /app/generated/code/Magento/Catalog/Model/Product/Attribute/Repository/Interceptor.php(23):
MagentoCatalogModelProductAtt
ributeRepositoryInterceptor->___callPlugins(‘get’, Array, Array)
#3 /app/vendor/magento/module-catalog-search/Setup/Patch/Data/SetInitialSearchWeightForAttributes.php(103): MagentoCa in /app/v
endor/magento/module-page-builder/Plugin/Catalog/Model/Product/Attribute/RepositoryPlugin.php
on line 61
{“messages”:{“error”:[{“code”:500,”message”:”Server internal error.
See details in report api/1028923833017″}]}}

The report in api/ reads:

“Fatal Error: ‘Uncaught Error: Call to undefined method MagentoEavApiDataAttributeExtension::setIsPagebuilderEnabled() in /app/vendor/magento/module-page-builder/Plugin/Catalog/Model/Product/Attribute/RepositoryPlugin.php:61nStack trace:n#0 /app/vendor/magento/framework/Interception/Interceptor.php(146): MagentoPageBuilderPluginCatalogModelProductAttributeRepositoryPlugin->afterGet(Object(MagentoCatalogModelProductAttributeRepositoryInterceptor), Object(MagentoCatalogModelResourceModelEavAttributeInterceptor), ‘sku’)n

#1 /app/vendor/magento/framework/Interception/Interceptor.php(153):
MagentoCatalogModelProductAttributeRepositoryInterceptor->MagentoFrameworkInterception{closure}(‘sku’)n#2
/app/generated/code/Magento/Catalog/Model/Product/Attribute/Repository/Interceptor.php(23):
MagentoCatalogModelProductAttributeRepositoryInterceptor->___callPlugins(‘get’,
Array, Array)n#3
/app/vendor/magento/module-catalog-search/Setup/Patch/Data/SetInitialSearchWeightForAttributes.php(103):
MagentoCa’ in
‘/app/vendor/magento/module-page-builder/Plugin/Catalog/Model/Product/Attribute/RepositoryPlugin.php’
on line 61″

I’m unsure of what this means, any ideas?