简体   繁体   English

mlflow 不工作,也没有在 windows 7 上的浏览器上生成 UI

[英]mlflow is not working and not generating UI on browser on windows 7

Hi I am trying to learn mlflow with python, but when I am trying to run the same set of instructions with my laptop running windows 7 home basic OS,嗨,我正在尝试使用 python 学习 mlflow,但是当我尝试使用运行 windows 7 家庭基本操作系统的笔记本电脑运行相同的指令集时,

I am following the instructions as per the official website " https://mlflow.org/docs/latest/quickstart.html "我按照官方网站“ https://mlflow.org/docs/latest/quickstart.html ”的说明进行操作

I am running the scrit "mlflow_tracking.py" located in the examples folder of the repo.我正在运行位于 repo 示例文件夹中的脚本“mlflow_tracking.py”。 The script is working fine, output is getting generated at the same time mlruns folder along with all the internal content is also getting generated but On running the mlflow ui command on the command prompt it runs without any output or message, and the tracking ui on typing " http://localhost:5000 " gives me an error:该脚本工作正常,output 同时生成 mlruns 文件夹以及所有内部内容,但是在命令提示符上运行mlflow ui命令时,它在没有任何 output 或消息的情况下运行,并且跟踪 ui 开启输入“ http://localhost:5000 ”给我一个错误:

This site can't be reached localhost refused to connect.

while, when I am running the same on the windows 10 laptop it is working fine, is there a dependency of windows version on mlflow?同时,当我在 windows 10 笔记本电脑上运行相同的程序时,它工作正常,在 mlflow 上是否存在 windows 版本的依赖性? Does Mlflow not works on windows 7, and if yes how to get it running. Mlflow 是否不适用于 windows 7,如果是,如何使其运行。

First of all check mlflow version.首先检查mlflow版本。 If it is < 1.0 then simply upgrade the mlflow If it still doesn't work, i would suggest you to check the windows firewall.如果它是< 1.0则只需升级mlflow如果它仍然不起作用,我建议您检查 windows 防火墙。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM