DougTrajano / mlflow-server

MLflow Tracking Server with basic auth deployed in AWS App Runner.
https://gallery.ecr.aws/t9j8s4z8/mlflow
Apache License 2.0
34 stars 17 forks source link

[ResolutionFailure] with psycopg2-binary and gevent #203

Closed jralduaveuthey closed 1 year ago

jralduaveuthey commented 1 year ago

the versions proposed of psycopg2-binary and gevent result in ResolutionFailure errors when working with Pipenv. Without specifiying versions it works and the Pipfile looks like this: [packages] mlflow = "==1.30.0" pymysql = "==1.0.2" protobuf = "==4.21.8" boto3 = "==1.24.96" psycopg2-binary = "" gevent = ""

DougTrajano commented 1 year ago

Hi @jralduaveuthey!

Thanks for your collaboration, I'll merge it.