pip installation error
Opened this issue · 1 comments
EzequielS2 commented
Hi,
I'm aiming to install mpi4py-fft using pip.
However, I ended up with the following error
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Building wheel for mpi4py-fft (setup.py) ... error
ERROR: Failed building wheel for mpi4py-fft
Running setup.py clean for mpi4py-fft
Failed to build mpi4py-fft
ERROR: Could not build wheels for mpi4py-fft, which is required to install pyproject.toml-based projects
benlandrum commented
Is this all that was printed for the error, or was there text printed above what you copied?
I'm not a maintainer, but it might help them if you mentioned your operating system, Python version, and the version of the package you were trying to install.