-
-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]error in mpi4py setup command: 'python_requires' must be a string containing valid version specifiers; Invalid specifier: '!=3.4.*'' #3007
Comments
Is this an HDF5 problem? |
No, this is not HDF5 problem. It is a known issue and has a known solution. This issue can be closed here because it is duplicated as h5py/h5py#2267. |
Ok,tanks |
see all messages. Rank 0 message is: |
The errors you posted above have nothing to do with building h5py with custom MPI-enabled libhdf5. So this issue is not any more appropriate to use. I suggest you consider posting your problem on the HDF Forum and see if someone from the HDF community can help you. |
Hi all~
I have some problems with self-compilation and installation of hdf5:
version:
Python 3.9.16
mpi4py :3.1.4
certifi 2023.5.7
charset-normalizer 3.1.0
Cython 0.29.34
idna 3.4
mpi4py 3.1.4
numpy 1.24.3
packaging 23.1
Pint 0.21
pip 23.1.2
platformdirs 3.5.1
pooch 1.7.0
PySocks 1.7.1
requests 2.31.0
scipy 1.10.1
setuptools 67.7.2
typing_extensions 4.6.0
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Collecting h5py
Using cached https://pypi.tuna.tsinghua.edu.cn/packages/69/f4/3172bb63d3c57e24aec42bb93fcf1da4102752701ab5ad10b3ded00d0c5b/h5py-3.8.0.tar.gz (400 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... error
error: subprocess-exited-with-error
× pip subprocess to install backend dependencies did not run successfully.
│ exit code: 1
╰─> [23 lines of output]
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Collecting mpi4py==3.1.0
Using cached https://pypi.tuna.tsinghua.edu.cn/packages/1a/a3/3a33c19379cb08cc1be16d1928a899e5b18151c7e8994d315a66017bc46f/mpi4py-3.1.0.tar.gz (2.4 MB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'error'
error: subprocess-exited-with-error
error: subprocess-exited-with-error
× Getting requirements to build 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.
[end of output]
The text was updated successfully, but these errors were encountered: