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
{{ message }}
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.
Describe the bug
I was unable to pip install deeprank. I tried the stable version with python 3.7 and the development version with python 3.8 (so not all 4 permutations, but doubt that that is the issue) in fresh environments.
To Reproduce
Steps/commands to reproduce the behaviour:
pip install deeprank (or: pip install -e ./ from within the folder) in a fresh environment
Expected Results
package gets installed into environment
Actual Results or Error Info
brief error message:
Failed to build mpi4py
ERROR: Could not build wheels for mpi4py, which is required to install pyproject.toml-based projects
Additional Context
Complete error:
Building wheel for mpi4py (pyproject.toml) ... error
error: subprocess-exited-with-error
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for mpi4py
Successfully built freesasa
Failed to build mpi4py
ERROR: Could not build wheels for mpi4py, which is required to install pyproject.toml-based projects
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
I was unable to pip install deeprank. I tried the stable version with python 3.7 and the development version with python 3.8 (so not all 4 permutations, but doubt that that is the issue) in fresh environments.
To Reproduce
Steps/commands to reproduce the behaviour:
Expected Results
package gets installed into environment
Actual Results or Error Info
brief error message:
Additional Context
Complete error:
The text was updated successfully, but these errors were encountered: