Skip to content

Commit e04f2c4

Browse files
joelrobin18nojaf
andauthored
mlflow-go server fails with AttributeError: module 'mlflow' has no attribute 'server' (#135)
Signed-off-by: joelrobin18 <[email protected]> Signed-off-by: nojaf <[email protected]> Co-authored-by: nojaf <[email protected]>
1 parent 4419236 commit e04f2c4

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.1] - 2025-05-20
9+
10+
### Fixed
11+
12+
- AttributeError: module 'mlflow' has no attribute 'server' ([#134](https://github.com/mlflow/mlflow-go-backend/issues/134))
13+
814
## [0.2.0] - 2025-01-27
915

1016
### Added

mlflow_go_backend/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
import click
66
import mlflow.cli
7+
import mlflow.server
78
import mlflow.version
89
from mlflow.utils import find_free_port
910

0 commit comments

Comments
 (0)