kmayerb / tcrdist3

flexible CDR based distance metrics
MIT License
53 stars 17 forks source link

Error with using with the newest version of python #93

Closed rutha32 closed 10 months ago

rutha32 commented 10 months ago

Hi when I do the pip install, I have issues as I have the newest version of python

This is the part of the error code RuntimeError: Cannot install on Python version 3.12.0; only versions >=3.8,<3.12 are supported.

Is there a way around this error

bchain commented 10 months ago

I am also having this problem.

kmayerb commented 10 months ago

We have never tested installation of tcrdist3 on versions of Pyhton > 3.9. We will look into whether it can be installed on later versions.

In the meantime you might using a miniconda environment

conda create -n p38 python=3.8
conda activate p38
pip install XXXXX

On Wed, Oct 25, 2023 at 4:32 AM Benny Chain @.***> wrote:

I am also having this problem.

— Reply to this email directly, view it on GitHub https://github.com/kmayerb/tcrdist3/issues/93#issuecomment-1779065761, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALD2PVZHOHWNOJ362ZC7QTLYBD2FBAVCNFSM6AAAAAA6PC3QF6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONZZGA3DKNZWGE . You are receiving this because you are subscribed to this thread.Message ID: @.***>