Using SDK is Python venv / micromamba environment

Using SDK is Python venv / micromamba environment

I have an EVK4 and I am trying to use the SDK in a Python virtual environment. 
- Hardware: Prophesee EVK4 event-based camera
- SDK: Prophesee Metavision SDK, compiled specifically for Python 3.10 (maximum for my ubuntu version)
- Environment: Micromamba virtual environment using Python 3.11 (required by the target project)
- Problem: Cannot import metavision_hal module in the Python 3.11 env
- Attempts:
  - Created symbolic links from SDK's Python 3.10 .so files to the 3.11 micromamba env
  - Copied the .so files directly into the env's site-packages
  - expanded python path
- Error: ModuleNotFoundError: No module named 'metavision_hal'
How can I resolve this version issue.
Are there ready to download python3.11.so files and do they run on an ubuntu 22.04?