When I try to install Numpy 1.20.2 module with Python Poetry 1.1.4 package manager (poetry add numpy
) in a Python 3.9.0 virtual environment, I get:
ERROR: Failed building wheel for numpy
Failed to build numpy
ERROR: Could not build wheels for numpy which use PEP 517 and cannot be installed directly
I read a few threads like this one, but since then it seems the latest Numpy versions are supposed to be able to be built with 3.9 (see this official Numpy release doc, and this answer). Did I miss something?
EDIT: using pip 21.0.1 (latest)