Impossible to install the package using pip

Hello,
I am using python 3.11.0 and when use the following command :
pip3 install openturns

I get the following error message :
ERROR: Could not find a version that satisfies the requirement openturns (from versions: none)
ERROR: No matching distribution found for openturns

I thought the version of open turns was compatible with my version of python. Does anyone have an idea of how to fix it ?
Thanks

hello,

the 3.11 version is available for all main x86_86 platforms, but not on other non-x86_64 archs:

what is your cpu arch ?
if you’re using macos/arm64 you might want to try the nightly binaries for now (see install page, it was unavailable at the time we built the arm64 binaries), or go back to 3.10 until the new release
if you’re using something else like ppc64, aarch64, … you’re out of luck for now

j