Merck / BioPhi

BioPhi is an open-source antibody design platform. It features methods for automated antibody humanization (Sapiens), humanness evaluation (OASis) and an interface for computer-assisted antibody sequence design.
https://biophi.dichlab.org/
MIT License
131 stars 44 forks source link

Conda UnsatisfiableError #59

Closed Immunoking closed 6 months ago

Immunoking commented 6 months ago

I am trying to run biophi in anaconda. I am very new to this so already after trying to get biophi running I encounter the following error.

UnsatisfiableError: The following specifications were found to be incompatible with each other:

Output in format: Requested package -> Available versionsThe following specifications were found to be incompatible with your system:

feature:/win-64::__win==0=0

feature:|@/win-64::__win==0=0

biophi -> click[version='>=7'] -> __unix

biophi -> click[version='>=7'] -> __win

I tried installing click using pip install click, which seems to work, but doesnt resolve the error message. I am running this in windows and not in unix/linux.

Immunoking commented 6 months ago

I'll try to run biophi in linux as I now understand that bioconda only works on macOS or linux.