mlflow auth login is throwing requests.exceptions.HTTPError: 404 Client Error: Not Found for url:
when installed with the latest requests and/or urllib
Solved by using requests==2.33.0 urllib3==2.6.3
Figure out why that is, and if we can't then at least pin those two.
mlflow auth login is throwing
requests.exceptions.HTTPError: 404 Client Error: Not Found for url:when installed with the latest
requestsand/orurllibSolved by using
requests==2.33.0 urllib3==2.6.3Figure out why that is, and if we can't then at least pin those two.