mpi4py / mpi4py-fft

mpi4py-fft is a Python package for computing Fast Fourier Transforms (FFTs).
Other
50 stars 12 forks source link

pip installation error #38

Open EzequielS2 opened 8 months ago

EzequielS2 commented 8 months ago

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 7 months ago

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.