When executing the command make venv I get the following error:
note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure
× Encountered error while trying to install package.
╰─> numpy
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
[end of output]
The command is executed on a Ubuntu 22.04 LTS machine with python 3.10.12 and pip 23.3 installed on it.
When executing the command
make venvI get the following error:The command is executed on a Ubuntu 22.04 LTS machine with python 3.10.12 and pip 23.3 installed on it.