Entering edit mode
5 weeks ago
Oliver
•
0
Hello, I'm trying to install biopython (1.84) on a macOS (14.6.1 (23G93)), however I get the following error messages at the beginning of the installation:
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for biopython
Failed to build biopython
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (biopython)
I've updated pip
and wheels
, tried to run in a virtual environment and installed the homebrew of the Apple command line tools (I think).
But now I'm stuck. Is there any kind soul who could help?
I had the same error when I tried to install Python first, and then Biopython. I fixed the issue by installing both at the same time (shown below). I had to use the following commands:
I could be wrong, but I believe there is an incompatibility between Biopython (ver 1.84) and the most current version of Python (ver 3.13). I'm currently running Biopython (ver 1.78) and Python (ver 3.12.7).