If you try to install the easydispatch using the latest version of pip (24.1 or above), you will run into lots of package issues especially pip version 24.1 and above strictly enforces PEP 440 compliance. we can fix it by downgrading our pip version like pip install "pip<24.1"
Is there a way we can update the codebase to work with latest versions of pip ?
If you try to install the easydispatch using the latest version of pip (24.1 or above), you will run into lots of package issues especially pip version 24.1 and above strictly enforces PEP 440 compliance. we can fix it by downgrading our pip version like pip install "pip<24.1"
Is there a way we can update the codebase to work with latest versions of pip ?