runtime error

turestore` UserWarning: pandas only supports SQLAlchemy connectable (engine/connection) or database string URI or sqlite3 DBAPI2 connection. Other DBAPI2 objects are not tested. Please consider using SQLAlchemy. 2023-07-14 15:53:15,100 INFO: SELECT `fg0`.`sepal_length` `sepal_length`, `fg0`.`sepal_width` `sepal_width`, `fg0`.`petal_length` `petal_length`, `fg0`.`petal_width` `petal_width`, `fg0`.`variety` `variety` FROM `chyilin0_featurestore`.`iris_modal_1` `fg0` sepal_length sepal_width petal_length petal_width variety 0 5.7 3.8 1.7 0.3 Setosa 1 5.6 2.7 4.2 1.3 Versicolor 2 6.3 3.3 6.0 2.5 Virginica 3 6.0 2.9 4.5 1.5 Versicolor 4 5.0 3.0 1.6 0.2 Setosa Connected. Call `.close()` to terminate connection gracefully. Traceback (most recent call last): File "app.py", line 19, in <module> model = joblib.load(model_dir + "/iris_model.pkl") File "/home/user/.local/lib/python3.8/site-packages/joblib/numpy_pickle.py", line 658, in load obj = _unpickle(fobj, filename, mmap_mode) File "/home/user/.local/lib/python3.8/site-packages/joblib/numpy_pickle.py", line 577, in _unpickle obj = unpickler.load() File "/usr/local/lib/python3.8/pickle.py", line 1212, in load dispatch[key[0]](self) File "/usr/local/lib/python3.8/pickle.py", line 1537, in load_stack_global self.append(self.find_class(module, name)) File "/usr/local/lib/python3.8/pickle.py", line 1581, in find_class return _getattribute(sys.modules[module], name)[0] File "/usr/local/lib/python3.8/pickle.py", line 331, in _getattribute raise AttributeError("Can't get attribute {!r} on {!r}" AttributeError: Can't get attribute 'EuclideanDistance' on <module 'sklearn.metrics._dist_metrics' from '/home/user/.local/lib/python3.8/site-packages/sklearn/metrics/_dist_metrics.cpython-38-x86_64-linux-gnu.so'> Downloading file ...

Container logs:

Fetching error logs...