Issues installing Rasa Pro (error: resolution-too-deep)

Help, I am having issues installing Rasa Pro using pip

Using cached multidict-4.5.0.tar.gz (105 kB) Preparing metadata (setup.py) … done Collecting msgpack<2.0.0,>=0.5.2 (from CacheControl<0.15.0,>=0.14.2->rasa-pro[FULL]) Using cached msgpack-1.0.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.1 kB) error: resolution-too-deep

Running in a Container, Ubuntu 22.04 plain with Python 3.10 installed

I have tried both rasa-pro with no args and rsas-pro[full]

1  pip install rasa-pro
2  pip install --upgrade pip setuptools wheel
3  pip install rasa-pro[FULL]

My host computer is a Mac M3, I have tried to install on a ARM based image and also forcing the platform to be x86_64

-John