Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while using UI for tracking results #49

Closed
rtmlp opened this issue Jun 14, 2018 · 4 comments
Closed

Error while using UI for tracking results #49

rtmlp opened this issue Jun 14, 2018 · 4 comments

Comments

@rtmlp
Copy link

rtmlp commented Jun 14, 2018

System information

  • Have I written custom code (as opposed to using a stock example script provided in MLflow): No
  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Mac OS 10.13.3
  • MLflow installed from (source or binary): using pip
  • MLflow version (run python -c "from mlflow import version; print(version.VERSION)"): 0.1.0
  • Python version: 3.6
  • **npm version (if running the dev UI):
  • Exact command to reproduce:

Describe the problem

Hi, I receive the following error while opening the terminal for tracking results

Source code / logs

The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.

@aarondav
Copy link
Contributor

What URL were you accessing?

@Genie-Liu
Copy link

I'm wondering if you should use pip3 install mlflow? After using pip install mlflow, I got the same problem. The server looks working good, but I can't connect to it.

@rtmlp
Copy link
Author

rtmlp commented Jun 18, 2018

I was using http://localhost:5000

@mateiz
Copy link
Contributor

mateiz commented Jun 19, 2018

Can you also do which mlflow? This would normally happen if you've tried to build it from source and have that ahead of the pip-installed one on your path. Or it may be that your pip is from a different Python installation than your python.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants