cheind / py-lapsolver

Fast linear assignment problem (LAP) solvers for Python based on c-extensions
MIT License
154 stars 24 forks source link

Installation trouble #7

Closed YanielCarreno closed 5 years ago

YanielCarreno commented 5 years ago

Hi there,

I just wondering if you have tested the package using python 2.7. I got an error when I am installing it.

Regards;

Yaniel

cheind commented 5 years ago

This package only works for python 3.x

YanielCarreno notifications@github.com schrieb am Mo., 22. Juli 2019, 12:14:

Hi there,

I just wondering if you have tested the package using python 2.7. I got an error when I am installing it.

Regards;

Yaniel

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cheind/py-lapsolver/issues/7?email_source=notifications&email_token=AAAJNJLZOIPCILMW32PVTLDQAWB7JA5CNFSM4IFXA2O2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HATBUBQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAJNJJIQ522KYHKKTHNVA3QAWB7JANCNFSM4IFXA2OQ .

YanielCarreno commented 5 years ago

Hi cheind,

Thanks for your prompt answer.