oxpig / ANARCI

Antibody Numbering and Antigen Receptor ClassIfication
BSD 3-Clause "New" or "Revised" License
161 stars 84 forks source link

Errors in installation #61

Closed mmdrnd closed 1 year ago

mmdrnd commented 1 year ago

Just trying to get ANARCI running on my mac...seems problematic.

After experiencing/troubleshooting the ANARCI installation instructions per the traditional 'sudo python3 setup.py install' here, I instead tried 'pip3 install .' which produced this:

image

and, when testing ANARCI on command line, I get the error...

image

...which tracks to the ANARCI script in ANARCI-master/bin/ANARCI as...

image

I guess I should start with the first error, first.

A quick search on "error 'anarci.egg-info' " doesn't yield much. Anyone?

macOS Big Sur (v 11.0.1) python 3.11 HMMER 3.1b2 installed biopython installed

mmdrnd commented 1 year ago

Alternatively, using Anaconda or Miniconda, this works:

conda create -n anarci-env python=3.8 -y conda activate anarci-env conda install -c bioconda biopython hmmer -y git clone https://github.com/oxpig/ANARCI.git cd ANARCI/ python setup.py install