I'm having trouble getting numpy installed on in a freebsd jail (13.2-release) (truenas). I've got python 3.11.3 installed and am using pip 23.1.2.
Specifics are - I can use pkg to install py311-numpy and that works fine, but I need a specific version of numpy (1.23.2) so need to use pip, I'm also trying to get it imported into a venv so better with pip anyway.
It just can't seem to build the wheels whatever I'm trying and I keep getting an odd error that I've not been able to find anything on;
`Overflowerror: could not allocate a large enough CPU set
Error: could not build wheel for numpy`
so latest version of numpy works great when installed from pkg, but I've tried to install multiple versions with pip and always get the same result, even the latest version that works from pkg. I've also tried using poetry and get the same error.
anyone seen this or could point me in the right direction?