You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
Hi,
I'm aiming to install mpi4py-fft using pip.
However, I ended up with the following error
The text was updated successfully, but these errors were encountered: