Biopython installation error
0
0
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?

biopython • 497 views
ADD COMMENT
0
Entering edit mode

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:

conda uninstall python 

conda install python biopython  

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).

ADD REPLY

Login before adding your answer.

Traffic: 1717 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6