If your pip is bounded with python 3.8, numpy version can not be satisfied. So try this: pip install numpy==2.0.1 If it fails, you should use the higher version of python. And then install ...
When using multiple constraints syntax to tell poetry that it should handle a dependency differently for different versions of python, if the dependency's version constraint is equivalent then poetry ...