Open hatcherdw opened 8 months ago
Tried using a machine on a different network as well (Windows 11, Python 3.10.9, pip 22.3.1). Same result - ModuleNotFoundError: No module named 'tabulate'
when installing in an empty virtual environment and trying to use the export-experiment entrypoint.
+1 on this
Installing mlflow-export-import version 1.2.0 with pip does not fetch the
tabulate
ordatabricks-cli
dependencies. I have observed this in two different environments: (Ubuntu 20.04, Python 3.8.18, pip 23.0.1) and (Windows 10, Python 3.8.9, pip 20.2.3). In both environments pip was configured to use the default index at pypi.org. Here is the output of an install into an empty virtual environment:And here is an example of a broken entrypoint from that install:
We last used this install process on December 13, 2023. The issue was first noticed on February 14, 2024.